* CBI: Minor changes
[project/luci.git] / themes / fledermaus / root / www / ffluci / media / cascade.css
index a7245ae..9dc24c3 100644 (file)
@@ -165,6 +165,18 @@ h3 {
        display: inline;
 }
 
+.table {
+       display: table;
+}
+
+.table-cell {
+       display: table-cell;
+}
+
+.table-row {
+       display: table-row;
+}
+
 .code {
        background: #f7f7f7;
        border: 1px solid #d7d7d7;