follop-up to 68230: forgot to commit the styles needed for layout grids
[lhc/web/wiklou.git] / skins / common / shared.css
index a1c2f71..ecb1764 100644 (file)
@@ -877,3 +877,16 @@ td.mw-enhanced-rc {
 a.sortheader {
        margin: 0 0.3em;
 }
+
+.grid-table {
+       display: table;
+}
+
+.grid-row {
+       display: table-row;
+}
+
+.grid-cell {
+       display: table-cell;
+       padding: 0.33ex;
+}