I feel pretty strongly about the buttons being bold.

Jef and I can debate this on-channel later... for now we'll keep it
like this as we make screenshots.  I'm extremely pleased with the
design in all other regards. ;)
This commit is contained in:
Christopher Allan Webber 2011-08-31 23:44:01 -05:00
parent 4dea708cd3
commit ce5db609f9

View File

@ -114,6 +114,8 @@ a.mediagoblin_logo{
text-decoration: none; text-decoration: none;
border: medium none; border: medium none;
font-style: normal; font-style: normal;
font-weight: bold;
font-size: 1em;
} }
.header_submit_highlight{ .header_submit_highlight{
@ -159,7 +161,8 @@ background-image: -moz-linear-gradient(center top , rgb(134, 212, 177), rgb(109,
padding-right: 11px; padding-right: 11px;
text-decoration: none; text-decoration: none;
font-family: 'Lato', sans-serif; font-family: 'Lato', sans-serif;
font-size:1em; font-size: 1.2em;
font-weight: bold;
} }
.pagination{ .pagination{