I feel pretty strongly about the buttons being bold.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 1 Sep 2011 04:44:01 +0000 (23:44 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 1 Sep 2011 04:44:01 +0000 (23:44 -0500)
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. ;)

mediagoblin/static/css/base.css

index 3d9f90f67f46376620d1ad0558326f9e94b2aa0b..307e29702c669bbefb17d6b7357d088342fca460 100644 (file)
@@ -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{