From ce5db609f9771e9cc115e3784d5328798e1b257a Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Wed, 31 Aug 2011 23:44:01 -0500 Subject: [PATCH] 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. ;) --- mediagoblin/static/css/base.css | 7 +++++-- 1 file 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{ -- 2.25.1