summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-09-29 07:15:07 +0200
committerlpsolit%gmail.com <>2006-09-29 07:15:07 +0200
commit47695b5a92746b4ec5634e56f84753a6ababacaf (patch)
tree7732c27c39bed279f9377185c979340c80fda86b /skins
parentaf2ae55fbcad961e42f750625c87fd5077d0e4e1 (diff)
downloadbugzilla-47695b5a92746b4ec5634e56f84753a6ababacaf.tar.gz
bugzilla-47695b5a92746b4ec5634e56f84753a6ababacaf.tar.xz
Bug 354661: Provide a Bugzilla Quicksearch plugin for Firefox 2 and IE 7 users to install - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gavin.sharp r=wurblzap a=myk
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/index.css13
1 files changed, 6 insertions, 7 deletions
diff --git a/skins/standard/index.css b/skins/standard/index.css
index 90e33e4dd..918f775e4 100644
--- a/skins/standard/index.css
+++ b/skins/standard/index.css
@@ -27,6 +27,11 @@
padding: 0;
}
+ #page-index ul
+ {
+ padding-bottom: 1em;
+ }
+
#page-index li
{
list-style: none;
@@ -34,7 +39,7 @@
#page-index p
{
- padding-bottom: 1em;
+ padding-bottom: 0.5em;
}
/* Hide from NN4 */
@@ -60,12 +65,6 @@
padding-top: 1em;
}
- /* Hide from MSIE6- */
- #page-index [id]#sidebar
- {
- padding: 1em 0;
- }
-
#new_release
{
border: 2px solid red;