themes/enanium/css-extra/ie6.css
author Dan Fuhry <dan@enanocms.org>
Wed, 25 Apr 2012 02:01:55 -0400
changeset 1360 570abc94bd7f
parent 1227 bdac73ed481e
permissions -rw-r--r--
Image scaling: Fixed a bug where (height > width) images would be scaled to the wrong dimensions (GD). Added PNG/GIF transparency support to GD image resizer. Added a cache bypass option to SpecialUpDownload.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1051
78b41fb98140 Enanium: Added some IE6 fixes
Dan
parents:
diff changeset
     1
form.searchform, td#cell-sbleft {
1227
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 1051
diff changeset
     2
	background-color: #2b2b2b;
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 1051
diff changeset
     3
	background-image: none;
1051
78b41fb98140 Enanium: Added some IE6 fixes
Dan
parents:
diff changeset
     4
}
78b41fb98140 Enanium: Added some IE6 fixes
Dan
parents:
diff changeset
     5