diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-04-13 14:12:25 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-04-13 14:12:25 -0500 |
commit | 50bf38b26ee0cba6c30ed2484bf10155ba853497 (patch) | |
tree | 6c6763ef600fe4050098229e9ae58a8c2412afdb | |
parent | 9cbbc2a401fb1cbd1913117736ac3f229e9f3d30 (diff) | |
download | mediagoblin-50bf38b26ee0cba6c30ed2484bf10155ba853497.tar.lz mediagoblin-50bf38b26ee0cba6c30ed2484bf10155ba853497.tar.xz mediagoblin-50bf38b26ee0cba6c30ed2484bf10155ba853497.zip |
Text-align the headers on the media panel to the left to avoid confusion
Thanks to Tsyesika for pointing this out!
-rw-r--r-- | mediagoblin/static/css/base.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |