diff options
Diffstat (limited to 'themes/lv2')
-rw-r--r-- | themes/lv2/static/css/main.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/lv2/static/css/main.css b/themes/lv2/static/css/main.css index 1c969ef..5cd8d98 100644 --- a/themes/lv2/static/css/main.css +++ b/themes/lv2/static/css/main.css @@ -99,6 +99,12 @@ caption { font-family: "SF Pro Text", Verdana, "DejaVu Sans", sans-serif; } +.biglogo { + width: 6em; + float: left; + margin: 0.5em 2em 2em 0; +} + .siglink { font-size: x-small; vertical-align: super; |