Revert thumbnail gallery change: switch back to tables

This commit is contained in:
Jef van Schendel
2012-03-06 00:35:55 +01:00
parent fe53180359
commit b01a3b9386
2 changed files with 23 additions and 18 deletions

View File

@@ -339,14 +339,13 @@ textarea#comment_content {
/* media galleries */
.media_thumbnail {
display: inline-block;
float: left;
padding: 0px;
width: 180px;
overflow: hidden;
margin: 0px 5px 10px 5px;
margin: 0px 4px 10px;
text-align: center;
font-size: 0.875em;
list-style: none;
}
.media_thumbnail a {