summaryrefslogtreecommitdiff
path: root/static/css/profile.css
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-04-23 23:26:15 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-04-23 23:26:15 -0400
commit20e04b97584df832fa1abb9fbd159956f48a788a (patch)
tree3be3c28025c1f909aca7e78190581ded2e970df2 /static/css/profile.css
parent1dab11cd33a37185e59fee997f5dc815643905f3 (diff)
sostler PROD commit
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;