Team:Kent/CSS

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
-
.gridContainer {
 
-
margin-left: none;
 
-
margin-right: none;
 
-
width: 87.36%;
 
-
padding-left: 1.82%;
 
-
padding-right: 1.82%;
 
-
}
 
-
#LayoutDiv1 {
 
-
clear: both;
 
-
float: left;
 
-
margin-left: 0;
 
-
width: 100%;
 
-
display: block;
 
-
}
 
-
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
 
-
@media only screen and (min-width: 769px) {
+
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
-
.gridContainer {
+
-
width: 88.2%;
+
-
max-width: 1232px;
+
-
padding-left: 0.9%;
+
-
padding-right: 0.9%;
+
-
margin: none;
+
-
}
+
-
#LayoutDiv1 {
+
-
clear: both;
+
-
float: left;
+
-
margin-left: 0;
+
-
width: 100%;
+
-
display: block;
+
-
}
+
-
 
+
-
 
+
-
#menubar > ul > li:last-child {
+
-
    display: none;}
+
-
/* Resizes the menubar to fik the links (default is 400px) */
+
-
#menubar {
+
-
    width: auto;}
+

Revision as of 14:42, 1 August 2014


img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }