themes/enanium/css-extra/ie6.css
author Dan
Thu, 17 Dec 2009 04:27:50 -0500
changeset 1168 277a9cdead3e
parent 1051 78b41fb98140
child 1227 bdac73ed481e
permissions -rw-r--r--
Namespace_Default: added a workaround for an inconsistency in SQL. Basically, if you join the same table multiple times under multiple aliases, COUNT() always uses the first instance. Was affecting the comment counter in the "discussion" button.
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 {
78b41fb98140 Enanium: Added some IE6 fixes
Dan
parents:
diff changeset
     2
  background-color: #2b2b2b;
78b41fb98140 Enanium: Added some IE6 fixes
Dan
parents:
diff changeset
     3
  background-image: none;
78b41fb98140 Enanium: Added some IE6 fixes
Dan
parents:
diff changeset
     4
}
78b41fb98140 Enanium: Added some IE6 fixes
Dan
parents:
diff changeset
     5