diff options
author | Joar Wandborg <git@wandborg.com> | 2012-07-28 21:01:56 +0200 |
---|---|---|
committer | Joar Wandborg <git@wandborg.com> | 2012-07-28 21:01:56 +0200 |
commit | 65a2eb66946a5a8d940b5654035180d36f18ed4c (patch) | |
tree | 7a8f284385227b7e316b19c9cad0120d844269f1 | |
parent | 1afa230c59011fe911f2c0af66919219bcf66b01 (diff) | |
download | mediagoblin-65a2eb66946a5a8d940b5654035180d36f18ed4c.tar.lz mediagoblin-65a2eb66946a5a8d940b5654035180d36f18ed4c.tar.xz mediagoblin-65a2eb66946a5a8d940b5654035180d36f18ed4c.zip |
Added text-overflow: ellipsis to the media thumbnails
-rw-r--r-- | mediagoblin/static/css/base.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index f29f4ed2..ed3f69a6 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -402,6 +402,9 @@ textarea#comment_content { background-color: #222; border-radius: 0 0 5px 5px; padding: 0 0 6px; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; } .media_thumbnail a { |