From: Ævar Arnfjörð Bjarmason Date: Fri, 22 Apr 2005 18:11:06 +0000 (+0000) Subject: * New look for the exif metadata. X-Git-Tag: 1.5.0alpha1~182 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=10d1bebbb55e1e1c0573ac4ec00609083b972cb7;p=lhc%2Fweb%2Fwiklou.git * New look for the exif metadata. --- diff --git a/skins/monobook/main.css b/skins/monobook/main.css index e948e82813..3e6f8a5a6e 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -1111,25 +1111,16 @@ li span.deleted { /* Classes for EXIF data display */ table.exif { - border: 1px solid gray; - background-color: #ffffff; - padding: 3px; + background-color: #f9f9f9; margin-left: 0.5em; float: right; - font-size: small; - text-align: center; } -table.exif caption { - font-weight: bold; -} +table.exif caption { font-weight: bold; } +table.exif th { font-weight: normal; } +table.exif td { padding: 0.1em; } -table.exif th { - font-size: small; - font-weight: bold; -} - -table.exif td { - font-size: small; - font-style: italic; +table.exif, table.exif td, table.exif th { + border: 1px solid #aaaaaa; + border-collapse: collapse; }