Revert thumbnail styling and sizing; allows for 5 thumbnails per row
authorJef van Schendel <mail@jefvanschendel.nl>
Thu, 1 Nov 2012 16:10:16 +0000 (17:10 +0100)
committerJef van Schendel <mail@jefvanschendel.nl>
Thu, 1 Nov 2012 16:10:16 +0000 (17:10 +0100)
mediagoblin/static/css/base.css
mediagoblin/themes/airy/assets/css/airy.css

index 6cda47fcc2a33ccdcfbbd7fc3f4b62557014488c..4120f9650353c82ca2502d41979446a5753e7198 100644 (file)
@@ -377,9 +377,10 @@ textarea#comment_content {
 .media_thumbnail {
   float: left;
   padding: 0px;
-  width: 212px;
+  width: 180px;
+  height: 156px;
   overflow: hidden;
-  margin: 0px 28px 26px 0px;
+  margin: 0px 4px 10px;
   text-align: center;
   font-size: 0.875em;
   background-color: #222;
@@ -401,8 +402,7 @@ a.thumb_entry_title {
 }
 
 .media_thumbnail img {
-  width: 212px;
-  max-height: 159px;
+  max-height: 135px;
 }
 
 .thumb_entry_last {
index f3d11171a845ed8d7cef53cd2700439f0fc06c39..c63345b27353e7afd930025c8bcd50d4cce65c2f 100644 (file)
@@ -65,8 +65,6 @@ input, textarea {
 
 .media_thumbnail {
   background-color: #fff;
-  border: 1px solid #e4e4e4;
-  border-width: 1px 1px 2px;
 }
 
 .media_thumbnail a {