summaryrefslogtreecommitdiff
path: root/public/css/style11.css
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-12-27 22:21:32 +0100
committerPhilip Häusler <msquare@notrademark.de>2011-12-27 22:21:32 +0100
commit666bb3919c31fa53760bf5470ba34062f9294d09 (patch)
tree8ac2ff1b14812cc12a53c91fb5c94d69f487a10a /public/css/style11.css
parent8c1f9e7057c0687351b552b54d44616d6f25b3e6 (diff)
parent037f19a137cec99a1ba14c138b5cf97e425767f0 (diff)
Merge branch 'master' of https://vcs.wybt.net/engelsystem/git
Diffstat (limited to 'public/css/style11.css')
-rw-r--r--public/css/style11.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/public/css/style11.css b/public/css/style11.css
index b983d632..86720e6a 100644
--- a/public/css/style11.css
+++ b/public/css/style11.css
@@ -8,4 +8,13 @@
tr:hover > td {
background: #f0f0f0;
-} \ No newline at end of file
+}
+
+.selection ul li.heading {
+ text-align: center;
+ font-weight: bold;
+}
+
+.selection ul li:nth-child(even) {
+ background: #f0f0f0;
+}