summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-04-12 09:17:28 +0000
committerDries Buytaert <dries@buytaert.net>2004-04-12 09:17:28 +0000
commit8a5c7c84c112a1f972c246da207bceddf25b3893 (patch)
treee2a8c4b35da5ac2813eda8a666b906727d5943a8 /misc
parent8e5a26591dd8b70280d34778605f2ba6c65c471f (diff)
downloadbrdo-8a5c7c84c112a1f972c246da207bceddf25b3893.tar.gz
brdo-8a5c7c84c112a1f972c246da207bceddf25b3893.tar.bz2
- Patch #6829 by kika: cleanup of drupal.css. The patch did not apply 100% cleanly so hopefully everything is well.
Diffstat (limited to 'misc')
-rw-r--r--misc/drupal.css62
1 files changed, 21 insertions, 41 deletions
diff --git a/misc/drupal.css b/misc/drupal.css
index a0bb16dab..b95367ef3 100644
--- a/misc/drupal.css
+++ b/misc/drupal.css
@@ -49,8 +49,26 @@ li a.active {
#pager div {
padding: 0.5em;
}
-.breadcrumb {
- padding-bottom: .5em
+.path {
+ padding-bottom: 0.7em;
+ font-size: 1.1em;
+}
+
+/*
+** Module specific styles
+*/
+#aggregator .feed img {
+ float: right;
+}
+#aggregator .news-item .date {
+ float: left;
+}
+#aggregator .news-item .body {
+ margin-top: 1em;
+ margin-left: 4em;
+}
+#aggregator .news-item .body .feed {
+ font-size: 0.9em;
}
.book {
margin: 1em 0 1em 0;
@@ -96,10 +114,6 @@ li a.active {
.book .nav .up {
text-align: center;
}
-.block ul {
- margin: 0;
- padding: 0 0 0.25em 1em;
-}
.calendar .row-week td a {
display: block;
}
@@ -178,36 +192,6 @@ li a.active {
#tracker table {
width: 100%;
}
-.item-list .icon {
- color: #555;
- float: right;
- padding-left: 0.25em;
- clear: right;
-}
-.item-list .icon a {
- color: #000;
- text-decoration: none;
-}
-.item-list .icon a:hover {
- color: #000;
- text-decoration: none;
-}
-.item-list .title {
- font-weight: bold;
-}
-.item-list ul {
- margin: 0 0 0.75em 0;
- padding: 0;
-}
-.item-list ul li {
- margin: 0 0 0.25em 1.5em;
- padding: 0;
- list-style: disc;
-}
-.path {
- padding-bottom: 0.7em;
- font-size: 1.1em;
-}
.poll .bar {
height: 1em;
margin: 1px 0;
@@ -329,8 +313,4 @@ td.watchdog-httpd {
td.watchdog-error {
background: #e44;
border: 1px solid #c22;
-}
-hr {
- height: 1px;
- border: 1px solid gray;
-}
+} \ No newline at end of file