diff options
author | Steven Barth <steven@midlink.org> | 2008-05-14 09:09:03 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-05-14 09:09:03 +0000 |
commit | 178da94019721cd9386f415a8f002ae714057e88 (patch) | |
tree | 8eeae7edffc1f6544872de4d6652bb55c11bcbbc /themes/fledermaus | |
parent | bac04441f11f29b53d6c24ed9a32244cd95dce25 (diff) |
* CBI: Minor changes
Diffstat (limited to 'themes/fledermaus')
-rw-r--r-- | themes/fledermaus/root/www/ffluci/media/cascade.css | 12 |
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; |