summaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-29 07:13:36 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-29 07:13:36 +0000
commitbf0fa3c42c396b15b1308a1b603d84ed9564cbf0 (patch)
treed79414a8a71724efa1384f8dcf7a8547eaa43d2b /doc/style.css
parent3dad68caab73dd4af11d152649f8314edb445453 (diff)
add rss button
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css
index c641dfd53..5d3e80192 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -46,3 +46,24 @@
.fb_required {
fornt-style: bold;
}
+/* RSS button. */
+.rssbutton {
+ color: FFFFFF;
+ background-color: FF6600;
+ border-color: FF6600;
+ border-style: outset;
+ text-decoration: none !important;
+ margin: 2em 0em 0em 0em;
+ padding: 0em 0.5em 0em 0.5em;
+ border-width: 2; color: FFFFFF;
+ background-color: FF6600;
+ border-color: FF6600;
+ border-style: outset;
+ text-decoration: none !important;
+ margin: 2em 0em 0em 0em;
+ padding: 0em 0.5em 0em 0.5em;
+ border-width: 2;
+}
+.rssbutton:active {
+ border-style: inset !important;
+}