diff options
| author | spiderr <spider@viovio.com> | 2010-12-28 17:28:54 -0500 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2010-12-28 17:28:54 -0500 |
| commit | 22e80a5c319cb01abd8931675616f4e6f88ad0d2 (patch) | |
| tree | 66f7afc5c83f3018d1b12bf137c2bcd70d5b933c /css | |
| parent | 24334ad59cad7e47baf48e8c5141bc441c96aaff (diff) | |
| download | themes-22e80a5c319cb01abd8931675616f4e6f88ad0d2.tar.gz themes-22e80a5c319cb01abd8931675616f4e6f88ad0d2.tar.bz2 themes-22e80a5c319cb01abd8931675616f4e6f88ad0d2.zip | |
pretty image scaling in MSIE
Diffstat (limited to 'css')
| -rw-r--r-- | css/default.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/css/default.css b/css/default.css index a9aedab..28044e1 100644 --- a/css/default.css +++ b/css/default.css @@ -1,4 +1,3 @@ -/* $Header: /cvsroot/bitweaver/_bit_themes/css/default.css,v 1.4 2009/11/09 15:51:10 wjames5 Exp $ */ /* modules */ .module {padding:0.5em; margin:0.5em;} .module ul {margin:0; padding:0; list-style:none;} @@ -24,6 +23,9 @@ .navigation .left {float:left;} .navigation .right {float:right;} +/* pretty image scaling in MSIE */ +img { -ms-interpolation-mode:bicubic; } + /* action icons */ .floaticon {float:right; text-align:right;} .floaticon a {padding:0 3px;} |
