aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--template/yoga/content.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/content.css b/template/yoga/content.css
index a1a5e1d0e..d7bf95884 100644
--- a/template/yoga/content.css
+++ b/template/yoga/content.css
@@ -47,7 +47,7 @@ BODY#theNBMPage #content
#content UL.thumbnails SPAN.wrap1 {
margin: 0 5px 5px 5px;
- display: table-cell; display: inline-table; display: inline;
+ display: table-cell; display: inline-table; display: inline-block;
vertical-align: top; /* OK with Opera and IE6 not Geko */
text-align: center; /* to center the thumbnail and legend in Geko/Opera */
}