summaryrefslogtreecommitdiff
path: root/html/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/style.css')
-rw-r--r--html/style.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/html/style.css b/html/style.css
index 4725089..1c91903 100644
--- a/html/style.css
+++ b/html/style.css
@@ -6,7 +6,7 @@ body {
background: #eee;
color: #333;
- font-family: sans;
+ font-family: sans-serif;
}
h1, h2, h3 {
@@ -21,3 +21,14 @@ p {
code {
font-size: 1.2em;
}
+
+table {
+ width: 100%;
+ border-collapse: collapse;
+ border: 1px solid black;
+}
+
+td, th {
+ border: 1px solid black;
+ padding: 4px;
+}