summaryrefslogtreecommitdiff
path: root/static/css/profile.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/profile.css')
-rwxr-xr-xstatic/css/profile.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/static/css/profile.css b/static/css/profile.css
index 90d07b0..ee2566e 100755
--- a/static/css/profile.css
+++ b/static/css/profile.css
@@ -275,6 +275,14 @@ color:000;
}
+.content2 img{
+ max-width:5000px;
+ width: expression(this.width > 5000 ? 5000: true);
+ max-height:4000px;
+ height: expression(this.width > 5000 ? 5000: true);
+ border:0px;
+ z-index:4;
+ }
.logged-dump{
width:500;
max-width:500px;