diff options
Diffstat (limited to 'userContent')
-rw-r--r-- | userContent/static/style.css | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/userContent/static/style.css b/userContent/static/style.css index 8e502124..1c836fd7 100644 --- a/userContent/static/style.css +++ b/userContent/static/style.css @@ -27,9 +27,13 @@ img { height: auto; } -img.graph { - width: 100%; -} +/* + * + * img.graph { + * width: 100%; + * } + * + */ .beta { color:#555555; @@ -259,9 +263,11 @@ span.dangerous { color: orange; } } } -@media all and (min-width: 841px) { - img.graph { - width: 70%; - height: auto; - } -} +/* + * @media all and (min-width: 841px) { + * img.graph { + * width: 70%; + * height: auto; + * } + * } + */ |