From 9454114278f1e3fe9b9890cbb0cf826eda2b4016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Wed, 7 Dec 2005 19:10:18 +0000 Subject: [PATCH] merged with videorecorder's style --- mrw/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/mrw/style.css b/mrw/style.css index f2ac0f0..4599ff3 100644 --- a/mrw/style.css +++ b/mrw/style.css @@ -555,6 +555,22 @@ div.status { text-align: right; bottom: 0; right: 0; + left: 0; + background-color: black; + color: lightgrey; +} + +div.author, div.author a { + position: fixed; + text-align: left; + bottom: 0; + left: 0; + background-color: black; + color: lightgrey; +} + +div.status a, div.author a { + color: lightgrey; } div.validation {