diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2001-07-13 22:40:29 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2001-07-13 22:40:29 +0000 |
commit | 95a818107d203cbb0d9f1c0196f659a70be0be63 (patch) | |
tree | ad0b78d12e3c94f68d76cbad7c01ea4fb0d2bec6 | |
parent | d7684e475771beb47d9b69d7c5609e54eea6d9e2 (diff) | |
download | brdo-95a818107d203cbb0d9f1c0196f659a70be0be63.tar.gz brdo-95a818107d203cbb0d9f1c0196f659a70be0be63.tar.bz2 |
- Made horizontal rulers flat instead of 3D
-rw-r--r-- | themes/unconed/unconed.theme | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index a4b7f5d7a..7a8913096 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -51,6 +51,7 @@ BODY { margin: 10px; font-size: 10pt; font-family: verdana,helvetica,arial; } SMALL { font-size: 8pt; } BIG { font-size: 12pt; } + HR { height: 1px; color: #000000; } --> </STYLE> <BODY TEXT="#000000" BGCOLOR="<?php print $this->clc0; ?>" ALINK="#000000" LINK="#404040" VLINK="#404040" MARGINHEIGHT="10" MARGINWIDTH="10"> |