Skip to content

Instantly share code, notes, and snippets.

@marckohlbrugge
Created June 5, 2013 23:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marckohlbrugge/5718149 to your computer and use it in GitHub Desktop.
Save marckohlbrugge/5718149 to your computer and use it in GitHub Desktop.
An example of how to customise your My Beta List widget.
#MyBetaList {
font: 14px Arial, sans-serif;
color: black;
background-color: white;
font-size: 12px;
line-height: 15px;
padding: 20px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
margin: 10px auto 20px auto; }
#MyBetaList h2 {
font-size: 14px;
font-weight: bold;
margin-bottom: 8px; }
#MyBetaList #MyBetaList-referrer-link-wrap {
display: block;
padding: 8px;
margin: 8px 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-align: center;
background-color: #f1f1f1; }
#MyBetaList #MyBetaList-referrer-link-wrap a#MyBetaList-referrer-link:link, #MyBetaList #MyBetaList-referrer-link-wrap a#MyBetaList-referrer-link:visited {
color: blue; }
#MyBetaList form {
margin-top: 10px; }
#MyBetaList form input {
font-size: 16px;
padding: 3px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment