aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css23
1 files changed, 20 insertions, 3 deletions
diff --git a/style.css b/style.css
index 45806c6..a10e346 100644
--- a/style.css
+++ b/style.css
@@ -9,6 +9,10 @@ body {
color: #000000;
}
+h1,h2,h3,h4 {
+ text-align: center;
+}
+
.center {
text-align: center;
}
@@ -61,6 +65,17 @@ table.bottom-navbar { border-style: none }
table.bottom-navbar th { border-style: none }
table.bottom-navbar td { border-style: none; width: 33%; }
+td.top-link {
+ text-align: center;
+}
+td.prev-link {
+ text-align: left;
+}
+td.next-link {
+ text-align: right;
+}
+
+
div.section {
padding-bottom: 2em;
border-bottom: 2px solid black;
@@ -168,12 +183,15 @@ table {
text-align: left;
}
+table.align-center {
+ margin-left: auto;
+ margin-right: auto;
+}
+
table.frame {
- margin: 1em 1em 1em 0;
/* border: 1px #aaaaaa solid;*/
border-collapse: collapse;
empty-cells: show;
- display: inline;
}
table.frame th {
@@ -188,7 +206,6 @@ table.frame td {
table.noframe {
border-style: none;
- display: inline-table;
}
tr.odd { background-color: #CCCCEE; }

Return to:

Send suggestions and report system problems to the System administrator.