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 {