diff options
Diffstat (limited to 'lib/tpl')
-rw-r--r-- | lib/tpl/default/design.css | 14 | ||||
-rw-r--r-- | lib/tpl/default/layout.css | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/lib/tpl/default/design.css b/lib/tpl/default/design.css index 01840e8d6..81558b4d2 100644 --- a/lib/tpl/default/design.css +++ b/lib/tpl/default/design.css @@ -686,3 +686,17 @@ span.spell_wait { color: #0066cc; } +/* --------------- Image Details ----------------- */ + +div.img_big { + float: left; + margin-right: 0.5em; +} + +dl.img_tags dt { + font-weight: bold; + background-color: #dee7ec; +} +dl.img_tags dd { + background-color: #f5f5f5; +} diff --git a/lib/tpl/default/layout.css b/lib/tpl/default/layout.css index 45fed3d49..4bce31eb8 100644 --- a/lib/tpl/default/layout.css +++ b/lib/tpl/default/layout.css @@ -131,3 +131,4 @@ div.mediaref_footer { margin-top:1em; text-align:center; } + |