diff options
| -rw-r--r-- | static/css/directory.css | 1 | ||||
| -rwxr-xr-x | static/css/dump.css | 2 | ||||
| -rw-r--r-- | static/css/index.css | 3 | ||||
| -rw-r--r-- | static/css/log.css | 1 | ||||
| -rwxr-xr-x | static/css/profile.css | 2 |
5 files changed, 8 insertions, 1 deletions
diff --git a/static/css/directory.css b/static/css/directory.css index 2a4d5f1..67e3ccd 100644 --- a/static/css/directory.css +++ b/static/css/directory.css @@ -41,6 +41,7 @@ z-index:5555; } #logavatar img{ +image-rendering: -moz-crisp-edges; max-width:50px; width: expression(this.width > 50 ? 50: true); max-height:50px; diff --git a/static/css/dump.css b/static/css/dump.css index 40e29c8..e3d81c3 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -471,7 +471,7 @@ background-color:#f3f3f3; max-height:30px; height: expression(this.width > 30 ? 30: true); max-width:30px; - +image-rendering: -moz-crisp-edges; float:right; right:1px; z-index:77; diff --git a/static/css/index.css b/static/css/index.css index 24a28da..f64b448 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -7,6 +7,9 @@ body { background-position:top; } +#video{ +display:none; +} #content{ margin:6%; } diff --git a/static/css/log.css b/static/css/log.css index 10b8e99..670bdd8 100644 --- a/static/css/log.css +++ b/static/css/log.css @@ -40,6 +40,7 @@ z-index:5555; } #logavatar img{ +image-rendering: -moz-crisp-edges; max-width:50px; width: expression(this.width > 50 ? 50: true); max-height:50px; diff --git a/static/css/profile.css b/static/css/profile.css index 4429a91..902cac7 100755 --- a/static/css/profile.css +++ b/static/css/profile.css @@ -32,6 +32,7 @@ letter-spacing:; width:auto; position:absolute; top:29px; +image-rendering: -moz-crisp-edges; left:545; max-width:180; margin-top:34px; @@ -96,6 +97,7 @@ margin-top:0; box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #d8dbde; -webkit-box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #d8dbde; -moz-box-shadow: 0 0 10px #d8dbde, 2px 2px 5px #d8dbde; + } #chatrap{ width:650; |
