summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-04-13 05:27:25 +0000
committerLars Wirzenius <liw@liw.fi>2021-04-13 05:27:25 +0000
commita1eb4dd20564b1d2cf58c65bc99ea704d92402fa (patch)
treea7188ee884760c4b529c73c73b01047f0521aeed /style.css
parentf3a2a5373466deeea80b47e9b96ea5f4b6eeeef4 (diff)
parent9c3aea4d8b39fda71598d952836ff4bf6095e9ab (diff)
downloadvmdb2.liw.fi-a1eb4dd20564b1d2cf58c65bc99ea704d92402fa.tar.gz
Merge branch 'contrib' into 'main'
Update docs for contributing to vmdb2 development See merge request larswirzenius/vmdb2-web!1
Diffstat (limited to 'style.css')
-rw-r--r--style.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/style.css b/style.css
index 88a06e2..9252d88 100644
--- a/style.css
+++ b/style.css
@@ -46,6 +46,7 @@ div.pageheader {
}
.pageheader span.title {
+ display: block;
font-size: 200%;
font-weight: bold;
font-family: sans-serif;
@@ -130,3 +131,20 @@ div.wisdom p.quote {
.normalPC { font-size: 120%; }
.bigPC { font-size: 150%; }
.biggestPC { font-size: 200%; }
+
+
+table {
+ border: 0px;
+ width: 100%;
+}
+
+th {
+ font-weight: bold;
+}
+
+tr {
+}
+
+tr:nth-child(even) {
+ background-color: #f2f2f2;
+}