diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-08-31 23:44:01 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-08-31 23:44:01 -0500 |
commit | ce5db609f9771e9cc115e3784d5328798e1b257a (patch) | |
tree | 2ace7e838fc3453824915a6b128f76c751e8481b | |
parent | 4dea708cd3a7066ebdf260640173061cf806f872 (diff) | |
download | mediagoblin-ce5db609f9771e9cc115e3784d5328798e1b257a.tar.lz mediagoblin-ce5db609f9771e9cc115e3784d5328798e1b257a.tar.xz mediagoblin-ce5db609f9771e9cc115e3784d5328798e1b257a.zip |
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. ;)
-rw-r--r-- | mediagoblin/static/css/base.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index 3d9f90f6..307e2970 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -114,6 +114,8 @@ a.mediagoblin_logo{ text-decoration: none; border: medium none; font-style: normal; + font-weight: bold; + font-size: 1em; } .header_submit_highlight{ @@ -158,8 +160,9 @@ background-image: -moz-linear-gradient(center top , rgb(134, 212, 177), rgb(109, padding-left: 11px; padding-right: 11px; text-decoration: none; - font-family:'Lato', sans-serif; - font-size:1em; + font-family: 'Lato', sans-serif; + font-size: 1.2em; + font-weight: bold; } .pagination{ |