summaryrefslogtreecommitdiff
path: root/themes/pushbutton
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2005-03-18 07:40:04 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2005-03-18 07:40:04 +0000
commit55af18a2eb8e64395c78575a5d434c66b9e17e16 (patch)
tree37d21b0b7c442157dfcf62faf2f93d457e4426a6 /themes/pushbutton
parent0a984f2c2bb232f245947d895ce5cc38787034a3 (diff)
downloadbrdo-55af18a2eb8e64395c78575a5d434c66b9e17e16.tar.gz
brdo-55af18a2eb8e64395c78575a5d434c66b9e17e16.tar.bz2
- #18879: Pushbutton Header CSS Cleanup
Diffstat (limited to 'themes/pushbutton')
-rw-r--r--themes/pushbutton/style.css8
1 files changed, 3 insertions, 5 deletions
diff --git a/themes/pushbutton/style.css b/themes/pushbutton/style.css
index 530e3e62a..42cc3988d 100644
--- a/themes/pushbutton/style.css
+++ b/themes/pushbutton/style.css
@@ -20,10 +20,6 @@ h1 {
color: #369;
font-size: 1.6em;
}
-img {
- display: block;
- border: 0;
-}
tr.dark td, tr.light td {
padding: 0.3em;
}
@@ -80,7 +76,9 @@ pre {
** Page layout blocks / IDs
*/
#primary-menu {
+ border-collapse: separate;
background-color: #e0edfb;
+ border-bottom: 3px solid #69c;
}
#primary-menu tr {
background: transparent url(header-a.jpg) left bottom repeat;
@@ -113,8 +111,8 @@ td#home a:hover img {
color: #369;
}
#secondary-menu {
+ border-collapse: separate;
background-color: #369;
- border-top: 3px solid #69c;
border-bottom: 3px solid #69c;
}
.secondary-links, .secondary-links a:link, .secondary-links a:visited {