aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static
diff options
context:
space:
mode:
authorJef van Schendel <jefvanschendel@gmail.com>2011-07-03 22:29:36 +0200
committerJef van Schendel <jefvanschendel@gmail.com>2011-07-03 22:29:36 +0200
commite854a1285c7a522398dea3c1a99dbb25afca7e56 (patch)
tree4cab0805f60ab7545d553ae279dfdee6d45779f7 /mediagoblin/static
parent18d9287aa9e396e253abf1f8c86a2804c3c64de3 (diff)
downloadmediagoblin-e854a1285c7a522398dea3c1a99dbb25afca7e56.tar.lz
mediagoblin-e854a1285c7a522398dea3c1a99dbb25afca7e56.tar.xz
mediagoblin-e854a1285c7a522398dea3c1a99dbb25afca7e56.zip
First push with 180px wide thumbnails
Diffstat (limited to 'mediagoblin/static')
-rw-r--r--mediagoblin/static/css/base.css16
1 files changed, 5 insertions, 11 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css
index 2574683e..997d25c7 100644
--- a/mediagoblin/static/css/base.css
+++ b/mediagoblin/static/css/base.css
@@ -221,20 +221,14 @@ text-align:center;
/* media galleries */
-ul.media_thumbnail {
+.media_thumbnail {
padding:0px;
-}
-
-li.media_thumbnail {
- width:200px;
- height:200px;
- display:-moz-inline-stack;
- display:inline-block;
- vertical-align:top;
+ width:180px;
+ height:135px;
+ overflow:hidden;
+ float:left;
margin:0px 10px 10px 0px;
text-align:center;
- zoom:1;
-. *display:inline;
}
/* icons */