diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2009-04-13 16:23:13 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2009-04-13 16:23:13 +0000 |
commit | bccdab4bc87b0fd181adafc9daef31a2b6d76633 (patch) | |
tree | 066a431c8b22d5a03cf1978dea63e043c2f6e3ef /media/css | |
parent | 65c86bdd335cc9697d16245ff12014f6ab98805f (diff) |
added footnote hr formatting
Diffstat (limited to 'media/css')
-rw-r--r-- | media/css/base.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media/css/base.css b/media/css/base.css index cd6fb5b..db540c7 100644 --- a/media/css/base.css +++ b/media/css/base.css @@ -486,7 +486,7 @@ ol.footnote { font-size: 90%; } hr.footnotes { - color: #f3f; - background-color: #f3f; + color: #201a11; + background-color: #201a11; width: 100px; }
\ No newline at end of file |