diff options
Diffstat (limited to 'userContent/static')
-rw-r--r-- | userContent/static/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/userContent/static/style.css b/userContent/static/style.css index 568884c8..12a8c1e2 100644 --- a/userContent/static/style.css +++ b/userContent/static/style.css @@ -30,6 +30,11 @@ img.overview { max-width: 49%; } +img.metaoverview { + max-width: 7%; +} + + .beta { color:#555555; font-size:0.8em; |