summaryrefslogtreecommitdiff
path: root/static/css/profile.css
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-04-23 23:27:25 -0400
committersostler <sbostler@gmail.com>2010-04-23 23:27:25 -0400
commit542b195ae2bec42ff7dcff58b25d3a8f0bc06a6f (patch)
tree3779be3936b0d8495fb20f6eae047c677bffc2a9 /static/css/profile.css
parent37f8a2d7c1c829ec3d225c8932931e3d0e2a85cd (diff)
parent20e04b97584df832fa1abb9fbd159956f48a788a (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
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;