summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-05-07 04:18:02 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-05-07 04:18:02 +0000
commitefe07dadf3aaca6e68ed32d805ffc9676a51692e (patch)
treed7d84922e1d343cd04b126dc4311844e3f7a8806 /misc
parentb3c245ecbcb947060ba9a4b2b706d9e78b102633 (diff)
downloadbrdo-efe07dadf3aaca6e68ed32d805ffc9676a51692e.tar.gz
brdo-efe07dadf3aaca6e68ed32d805ffc9676a51692e.tar.bz2
#60453 by leafish_paul, remove units on '0' values in drupal.css.
Diffstat (limited to 'misc')
-rw-r--r--misc/drupal.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/misc/drupal.css b/misc/drupal.css
index fe693819e..3e630e545 100644
--- a/misc/drupal.css
+++ b/misc/drupal.css
@@ -94,7 +94,7 @@ td.menu-disabled {
}
br.clear {
clear: both;
- height: 0px;
+ height: 0;
}
.container-inline div {
display: inline;
@@ -321,8 +321,8 @@ tr.odd .form-item, tr.even .form-item {
}
#node-admin-filter ul {
list-style-type: none;
- padding: 0px;
- margin: 0px;
+ padding: 0;
+ margin: 0;
width: 100%;
}
#node-admin-buttons {
@@ -344,12 +344,12 @@ dl.multiselect dd.a, dl.multiselect dd.a .form-item {
dl.multiselect dt, dl.multiselect dd {
float: left;
line-height: 1.75em;
- padding: 0px;
- margin: 0px 1em 0px 0px;
+ padding: 0;
+ margin: 0 1em 0 0;
}
dl.multiselect .form-item {
height: 1.75em;
- margin: 0px;
+ margin: 0;
}
#permissions td.module, #blocks td.region {
font-weight: bold;
@@ -661,7 +661,7 @@ html.js fieldset.collapsed legend a {
height: 14px;
background: #eee url(grippie.png) no-repeat 100% 100%;
border: 1px solid #ddd;
- border-top-width: 0px;
+ border-top-width: 0;
cursor: s-resize;
}