summaryrefslogtreecommitdiffhomepage
path: root/themes/fledermaus/root
diff options
context:
space:
mode:
Diffstat (limited to 'themes/fledermaus/root')
-rw-r--r--themes/fledermaus/root/www/ffluci/media/cascade.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/themes/fledermaus/root/www/ffluci/media/cascade.css b/themes/fledermaus/root/www/ffluci/media/cascade.css
index a7245ae60..9dc24c3dd 100644
--- a/themes/fledermaus/root/www/ffluci/media/cascade.css
+++ b/themes/fledermaus/root/www/ffluci/media/cascade.css
@@ -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;