From: Brion Vibber Date: Sat, 30 Apr 2005 02:44:31 +0000 (+0000) Subject: Add padding to EXIF table cells to clean up the look a little more X-Git-Tag: 1.5.0alpha1~56 X-Git-Url: http://git.cyclocoop.org//%22javascript:ModifierStyle%28%27%22.%24id.%22%27%29/%22?a=commitdiff_plain;h=ed82105341ae648918c43d227bafc9832a0a7bda;p=lhc%2Fweb%2Fwiklou.git Add padding to EXIF table cells to clean up the look a little more --- diff --git a/skins/monobook/main.css b/skins/monobook/main.css index aa936bcf6e..ef7b37069d 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -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;