summaryrefslogtreecommitdiffhomepage
path: root/themes/fledermaus
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-05-14 09:09:03 +0000
committerSteven Barth <steven@midlink.org>2008-05-14 09:09:03 +0000
commit178da94019721cd9386f415a8f002ae714057e88 (patch)
tree8eeae7edffc1f6544872de4d6652bb55c11bcbbc /themes/fledermaus
parentbac04441f11f29b53d6c24ed9a32244cd95dce25 (diff)
* CBI: Minor changes
Diffstat (limited to 'themes/fledermaus')
-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;