summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-02-06 08:35:13 +0000
committerDries Buytaert <dries@buytaert.net>2007-02-06 08:35:13 +0000
commitf996fd9568dd2dd09c01740885fea85f77a9ce8b (patch)
tree762695a08284d407c98914fb12308d863875ddd2 /themes
parent018bd034c8787ff981cf54c4733b81e364cb92f0 (diff)
downloadbrdo-f996fd9568dd2dd09c01740885fea85f77a9ce8b.tar.gz
brdo-f996fd9568dd2dd09c01740885fea85f77a9ce8b.tar.bz2
- Patch #112605 by Steven: sticky table headers.
Diffstat (limited to 'themes')
-rw-r--r--themes/garland/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/garland/style.css b/themes/garland/style.css
index 94776035b..e4e73e059 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -170,6 +170,10 @@ thead th {
font-weight: bold;
}
+thead div.sticky-header {
+ border-bottom: 2px solid #d3e7f4;
+}
+
th a:link, th a:visited {
color: #6f9dbd;
}