From: Christopher Allan Webber Date: Sat, 13 Apr 2013 19:12:25 +0000 (-0500) Subject: Text-align the headers on the media panel to the left to avoid confusion X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=50bf38b26ee0cba6c30ed2484bf10155ba853497;p=mediagoblin.git Text-align the headers on the media panel to the left to avoid confusion Thanks to Tsyesika for pointing this out! --- 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; }