Team:Edinburgh/tech/iefixes

From 2011.igem.org

(Difference between revisions)
 
(22 intermediate revisions not shown)
Line 9: Line 9:
}
}
-
#sidebar .leftmenu ul {
+
#sidebar .leftmenu ul li{
-
list-style-type: katakana !important;
+
list-style-type: none !important;
 +
list-style-image: none !important;
}
}
#hintcontainer {
#hintcontainer {
-
margin-bottom: 10px;
+
margin-left: -206px;
-
bottom: 20px;
+
z-index: 15;
-
float: left !important;
+
display: inline !important;
 +
float: right !important;
 +
}
 +
 
 +
.tright {
 +
float: right;
}
}

Latest revision as of 18:09, 21 September 2011

/* IE CSS fixes */

  1. footer-box {

position: relative; border: none; margin-top: 40px; margin-bottom: 0px; bottom: 0px; padding: -5px; }

  1. sidebar .leftmenu ul li{

list-style-type: none !important; list-style-image: none !important; }

  1. hintcontainer {

margin-left: -206px; z-index: 15; display: inline !important; float: right !important; }

.tright { float: right; }