From a04cd2e596887e8d8f59534ffc3a3795fc9d4be9 Mon Sep 17 00:00:00 2001 From: Jef van Schendel Date: Thu, 13 Dec 2012 23:39:19 +0100 Subject: [PATCH] Small styling edits to thumbnails --- mediagoblin/static/css/base.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index ac53f580..a8184f57 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -371,9 +371,8 @@ textarea#comment_content { float: left; padding: 0px; width: 180px; - height: 156px; overflow: hidden; - margin: 0px 4px 10px; + margin: 0px 3px 10px; text-align: center; font-size: 0.875em; background-color: #222; @@ -382,6 +381,9 @@ textarea#comment_content { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; + border-color: #0D0D0D; + border-style: solid; + border-width: 1px 1px 2px; } .media_thumbnail a { -- 2.25.1