summaryrefslogtreecommitdiff
path: root/themes/pushbutton
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-05-20 02:24:55 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-05-20 02:24:55 +0000
commitc95ffdf30ea48872b08103e6203b241786f9042c (patch)
treeb6f8c2e1c391618310ca02d32f37b33d4dbcf358 /themes/pushbutton
parenta5263bd284a376754bd4a4453213635427fcc38b (diff)
downloadbrdo-c95ffdf30ea48872b08103e6203b241786f9042c.tar.gz
brdo-c95ffdf30ea48872b08103e6203b241786f9042c.tar.bz2
#60453 by leafish_paul, remove units from 0 values in CSS.
Diffstat (limited to 'themes/pushbutton')
-rw-r--r--themes/pushbutton/style.css18
1 files changed, 9 insertions, 9 deletions
diff --git a/themes/pushbutton/style.css b/themes/pushbutton/style.css
index 200a65937..bf2d39351 100644
--- a/themes/pushbutton/style.css
+++ b/themes/pushbutton/style.css
@@ -163,7 +163,7 @@ td#home a:hover img {
}
.tabs ul.secondary {
border-collapse: collapse;
- padding: 10px 0 10px 0px;
+ padding: 10px 0 10px 0;
margin: 0 0 0 0;
white-space: nowrap;
width: 100%;
@@ -221,7 +221,7 @@ td#home a:hover img {
border-top: 2px solid #dcdcdc;
border-bottom: 2px solid #dcdcdc;
padding: 10px 10px 10px 10px;
- margin: 20px 35px 0px 35px;
+ margin: 20px 35px 0 35px;
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
font-size: 1.1em;
font-weight: normal;
@@ -272,8 +272,8 @@ td#home a:hover img {
border-color: red;
}
.nav {
- padding: 0px 0px 0px 0px;
- margin: 0px 0px 0px 0px;
+ padding: 0;
+ margin: 0;
}
#sidebar-left, #sidebar-right {
font-size: 0.75em;
@@ -365,8 +365,8 @@ table#footer-menu {
.links {
color: #ff8c00;
font-size: 0.8em;
- padding: 0px 0px 0px 0px;
- margin: 0px 0px 0px 0px;
+ padding: 0;
+ margin: 0;
}
.links a {
font-weight: bold;
@@ -375,8 +375,8 @@ table#footer-menu {
padding: 0 0 1.5em 0;
}
.box {
- padding: 0px 0px 0px 0px;
- margin: 0px 0px 0px 0px;
+ padding: 0;
+ margin: 0;
}
.box h2 {
font-size: 9px;
@@ -422,7 +422,7 @@ table#footer-menu {
}
.comment .title {
font-size: 1em;
- padding: 10px 0px 12px 19px;
+ padding: 10px 0 12px 19px;
background: transparent url(icon-comment.png) left center no-repeat;
}
.comment .new {