Add padding to EXIF table cells to clean up the look a little more
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 30 Apr 2005 02:44:31 +0000 (02:44 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 30 Apr 2005 02:44:31 +0000 (02:44 +0000)
skins/monobook/main.css

index aa936bc..ef7b370 100644 (file)
@@ -1124,6 +1124,8 @@ table.exif {
 }
 table.exif td, table.exif th {
        border: 1px solid #aaaaaa;
+       padding-left: 4px;
+       padding-right: 4px;
 }
 table.exif th {
        background-color: #f9f9f9;