diff options
Diffstat (limited to 'web/css/main-scambs.css')
-rw-r--r-- | web/css/main-scambs.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/web/css/main-scambs.css b/web/css/main-scambs.css index a8fb0a548..57f4a0b4b 100644 --- a/web/css/main-scambs.css +++ b/web/css/main-scambs.css @@ -17,6 +17,7 @@ blockquote { width: 7em; } +/* Smaller map */ #map_box { width: 380px; } @@ -24,4 +25,13 @@ blockquote { width: 378px; height: 378px; } +#watermark { + display: none; + background: url("/i/mojwatermark-378.png"); + height: 84px; + width: 171px; + position: absolute; + bottom: 0; + right: 0; +} |