From 391ea1194f07461e99cd9f680a6960bd794cfc5d Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sat, 12 Dec 2009 21:48:11 +0000 Subject: Bug 523788: Change the UI of describecomponents.cgi (the "Browse" interface) so that it's clearer and easier to use when browsing. Patch by Max Kanat-Alexander r=LpSolit, a=LpSolit --- skins/standard/IE-fixes.css | 4 ++++ 1 file changed, 4 insertions(+) mode change 100755 => 100644 skins/standard/IE-fixes.css (limited to 'skins/standard/IE-fixes.css') diff --git a/skins/standard/IE-fixes.css b/skins/standard/IE-fixes.css old mode 100755 new mode 100644 index bfd525ba2..f7e95f990 --- a/skins/standard/IE-fixes.css +++ b/skins/standard/IE-fixes.css @@ -18,6 +18,10 @@ word-wrap: break-word; } +.component_table { + margin-top: .5em; +} + #footer #useful-links li { padding-bottom: 0.8ex; } -- cgit v1.2.3-24-g4f1b