diff options
Diffstat (limited to 'web/css/emptyhomes.css')
-rw-r--r-- | web/css/emptyhomes.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/web/css/emptyhomes.css b/web/css/emptyhomes.css index b95f400e3..813904b07 100644 --- a/web/css/emptyhomes.css +++ b/web/css/emptyhomes.css @@ -1,3 +1,7 @@ +p#expl { + font-size: 130%; +} + #alert_links { float: none; } @@ -77,3 +81,14 @@ blockquote { #update_form, #problem_form { clear: both; } + +#watermark { + background: url("/i/mojwatermark-378.png"); + height: 84px; + width: 171px; + position: absolute; + bottom: 0; + right: 0; +} + + |