From c5cf190a6cf9ffa83c5c7795e19e0f724f5597dd Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sun, 22 Sep 2013 21:39:34 +0200 Subject: Fix layout problems in non-opera browsers. --- .gitignore | 1 + static/style.css | 6 ++++-- 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 { -- cgit v1.2.3-54-g00ecf