diff options
Diffstat (limited to 'theme/static/css')
-rwxr-xr-x | theme/static/css/main.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/theme/static/css/main.css b/theme/static/css/main.css index 88dc23a..944856d 100755 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -214,6 +214,11 @@ div#page { margin-left: 15px; } + section#content img { + max-width: 100%; + max-height: 100%; + } + section#content table#archives { border: 0px ; } |