summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}