From 50bf38b26ee0cba6c30ed2484bf10155ba853497 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 13 Apr 2013 14:12:25 -0500 Subject: [PATCH] Text-align the headers on the media panel to the left to avoid confusion Thanks to Tsyesika for pointing this out! --- 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 ca80c1a7..0cb36753 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -559,6 +559,7 @@ table.media_panel { table.media_panel th { font-weight: bold; padding-bottom: 4px; + text-align: left; }