diff options
Diffstat (limited to 'userContent/static')
-rw-r--r-- | userContent/static/style.css | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/userContent/static/style.css b/userContent/static/style.css index 31c0191e..3d4dde82 100644 --- a/userContent/static/style.css +++ b/userContent/static/style.css @@ -26,13 +26,11 @@ img { height: auto; } -/* - * - * img.graph { - * width: 100%; - * } - * - */ +img.overview { + vertical-align: middle; + max-width: 40%; + height: auto; +} .beta { color:#555555; |