aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin
diff options
context:
space:
mode:
authorJef van Schendel <mail@jefvanschendel.nl>2012-12-13 23:39:19 +0100
committerJef van Schendel <mail@jefvanschendel.nl>2012-12-13 23:39:19 +0100
commita04cd2e596887e8d8f59534ffc3a3795fc9d4be9 (patch)
treec2911cca2160acb3c50e58cd1e0a4d18cf596186 /mediagoblin
parentd2fad5c9c3d6795cd5fccc0664207810bd0cfc7e (diff)
downloadmediagoblin-a04cd2e596887e8d8f59534ffc3a3795fc9d4be9.tar.lz
mediagoblin-a04cd2e596887e8d8f59534ffc3a3795fc9d4be9.tar.xz
mediagoblin-a04cd2e596887e8d8f59534ffc3a3795fc9d4be9.zip
Small styling edits to thumbnails
Diffstat (limited to 'mediagoblin')
-rw-r--r--mediagoblin/static/css/base.css6
1 files 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 {