diff options
author | Kevin Chabowski <kevin@kch42.de> | 2013-09-22 21:39:34 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2013-09-22 21:39:34 +0200 |
commit | c5cf190a6cf9ffa83c5c7795e19e0f724f5597dd (patch) | |
tree | a954305f4ea52e514f5cf5411c3bbd45a8b93730 | |
parent | 3a4b5335cd40f501c4e2fc0f044d9dda2d0690df (diff) | |
download | mailremind-c5cf190a6cf9ffa83c5c7795e19e0f724f5597dd.tar.gz mailremind-c5cf190a6cf9ffa83c5c7795e19e0f724f5597dd.tar.bz2 mailremind-c5cf190a6cf9ffa83c5c7795e19e0f724f5597dd.zip |
Fix layout problems in non-opera browsers.
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | static/style.css | 6 |
2 files changed, 5 insertions, 2 deletions
@@ -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 { |