From 970cea18dcdbfd68ad5506843504decd6826122b Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 21 Aug 2011 23:39:35 -0500 Subject: [PATCH] I think the media entries' titles look nicer if they're a bit smaller. --- mediagoblin/static/css/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index af8f7763..1852b70c 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -242,6 +242,7 @@ text-align: center; float: left; margin: 0px 4px 10px 4px; text-align: center; + font-size: 0.875em; } .media_thumbnail a { -- 2.25.1