diff options
author | jpope <jpope@jpope.org> | 2014-01-05 17:12:13 -0600 |
---|---|---|
committer | jpope <jpope@jpope.org> | 2014-01-05 17:12:13 -0600 |
commit | f13016943ffadfc6d03b643a6087d9277be863f8 (patch) | |
tree | a32f97b2cc6fa6fb41de8263f8c6136922e87799 | |
parent | 3db134b88c0fe5365866ae80865385de372ebd98 (diff) | |
download | mediagoblin-f13016943ffadfc6d03b643a6087d9277be863f8.tar.lz mediagoblin-f13016943ffadfc6d03b643a6087d9277be863f8.tar.xz mediagoblin-f13016943ffadfc6d03b643a6087d9277be863f8.zip |
undo that "update"
-rw-r--r-- | mediagoblin/static/css/base.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index dcf5bc3d..f998bbb3 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -496,7 +496,7 @@ ul#action_to_resolve {list-style:none; margin-left:10px;} border-radius: 0 0 5px 5px; padding: 0 0 6px; text-overflow: ellipsis; -/* white-space: nowrap;*/ + white-space: nowrap; overflow: hidden; border-color: #0D0D0D; border-style: solid; |