diff options
Diffstat (limited to 'static/css/log.css')
| -rwxr-xr-x | static/css/log.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/log.css b/static/css/log.css index 78e6d04..82e68e2 100755 --- a/static/css/log.css +++ b/static/css/log.css @@ -203,7 +203,7 @@ color:000; } -.logged-dump img{ +.logged-hump img{ max-width:500px; width: expression(this.width > 500 ? 500: true); max-height:400px; @@ -214,7 +214,7 @@ color:000; } -.logged-dump{ +.logged-hump{ box-shadow:1px 1px 1px #d8dbde; -webkit-box-shadow:1px 1px 1px #d8dbde; -moz-box-shadow:1px 1px 1px #d8dbde; @@ -357,7 +357,7 @@ a:visited { text-decoration: none; color: #000; } -.logged-dump a:hover { +.logged-hump a:hover { text-decoration: none; color: #00F; } |
