summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--static/style.css6
2 files changed, 5 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 9bdd5b9..8b7ebeb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
mailremind
+myconfig.ini
diff --git a/static/style.css b/static/style.css
index 1d894b0..fd43864 100644
--- a/static/style.css
+++ b/static/style.css
@@ -40,6 +40,7 @@ body {
background-color: #888;
font-size: 10pt;
padding: 0mm;
+ text-align: right;
}
#nav a {
@@ -51,8 +52,6 @@ body {
#nav ul {
display: inline;
- position: absolute;
- right: 0mm;
list-style: none;
}
@@ -67,6 +66,9 @@ body {
a.apptitle {
background-color: #23a;
letter-spacing: 0.2ex;
+ position: absolute;
+ top: 0px;
+ left: 0px;
}
h1 {