Removed PIE.htc in places where it makes IE fuck up even more than it usually does...
[citadel.git] / webcit / static / styles / webcit.css
index df3d29995b021feae1549e5ede4928b95bf85dcb..278b42e531726065f92bd9e4f225905dccc89ecf 100644 (file)
@@ -191,7 +191,6 @@ body {
        border-radius: 8px 8px 0 0;
        -webkit-border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
-       /* behavior: url(/static/styles/PIE.htc); disabled for now; see http://github.com/lojjic/PIE/issues#issue/21 */
 }
 
 .selectbox {
@@ -206,7 +205,6 @@ body {
        border-radius: 8px 8px 0 0;
        -webkit-border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
-       /* behavior: url(/static/styles/PIE.htc); disabled for now; see http://github.com/lojjic/PIE/issues#issue/21 */
 }
 
 .tabcontent {
@@ -447,7 +445,6 @@ body {
  * and resize). In particular, do NOT set any for message_list_hdr as its not good feng shui
  */
 #message_listview th {
-       border: 1px solid green;
        border-right: 0.2em solid #fff;
 }
 #message_listview td {
@@ -696,7 +693,6 @@ div.auto_complete ul strong.highlight {
        -webkit-box-shadow: #666 0px 2px 3px;
        -moz-box-shadow: #666 0px 2px 3px;
        box-shadow: #666 0px 2px 3px;
-       behavior: url(/static/styles/PIE.htc);
 }
 
 #address_book_popup_container_div {
@@ -1237,10 +1233,8 @@ a.event_title:hover span.bttbottom, a.event_unread:hover span.bttbottom, a.event
        -webkit-box-shadow: #666 0px 2px 3px;
        -moz-box-shadow: #666 0px 2px 3px;
        box-shadow: #666 0px 2px 3px;
-       behavior: url(/static/styles/PIE.htc);
 }
 
-
 /*---------- styles for the login modal box -----------*/
 
 #loginbox_topline_container {