aboutsummaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/style.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css
index ac2b6e2..0084cf5 100644
--- a/css/style.css
+++ b/css/style.css
@@ -85,11 +85,12 @@ td.label {
/* Listing table */
table.list {
- width:90%;
border-top:1px solid #e5eff8;
border-right:1px solid #e5eff8;
margin:1em auto;
border-collapse:collapse;
+ margin: 0px auto;
+ width: 500pt;
}
table.list td {
color:#678197;
@@ -123,7 +124,7 @@ table.list thead th {
}
.none {
font-size: 6pt;
- color: lightgray;
+ color: lightgray;
}
.help {
font-size: 8pt;
@@ -131,6 +132,10 @@ table.list thead th {
color: #6A6A6A;
padding: 0 50pt;
}
+h1 {
+ margin: 15pt auto 10pt auto;
+ width: 600pt;
+}
h4.label {
font-weight: bold;
text-align: center;