summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/style.css b/style.css
index 8903cf2..ae4323e 100644
--- a/style.css
+++ b/style.css
@@ -79,7 +79,7 @@ table.summary th {
color: white;
font-weight: normal;
text-shadow:
- -1px -1px 0 black,
+ -1px -1px 0 black,
1px -1px 0 black,
-1px 1px 0 black,
1px 1px 0 black;
@@ -126,3 +126,11 @@ table.summary td {
text-align: center;
border: solid 1px black;
}
+
+.info {
+ position: fixed;
+ bottom: 0;
+ right: 0;
+ width: 250px;
+ height: 150px;
+}