aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/style.css b/style.css
index 69023c3..dcacff8 100644
--- a/style.css
+++ b/style.css
@@ -13,3 +13,17 @@ a {
color: #1E88E5;
text-decoration: none;
}
+
+td, th {
+ padding: 2px;
+}
+
+div#page-wrapper {
+ margin-left: 30px;
+ margin-right: 30px;
+}
+
+h1 {
+ text-align: center;
+ text-decoration: underline;
+}