Team:Wageningen UR/Templates/Page Header

From 2013.igem.org

(Difference between revisions)
Line 429: Line 429:
         padding: 30px 0;
         padding: 30px 0;
         font-size: 14px;
         font-size: 14px;
-
         columns:300px 2;
+
         column-count:2;
-
         -webkit-columns:300px 2; /* Safari and Chrome */
+
         column-gap:40px;
-
            -moz-columns:300px 2; /* Firefox */
+
 
 +
        /* Firefox */
 +
        -moz-column-count:3;
 +
        -moz-column-gap:40px;
 +
 
 +
        /* Safari and Chrome */
 +
        -webkit-column-count:3;
 +
        -webkit-column-gap:40px;
}
}

Revision as of 00:11, 27 July 2013


Page title

List of templates:

Team:Wageningen_UR/Templates/Page Header
this page, include at the start of every page. This page contains all the css needed to style all of the pages.
Team:Wageningen_UR/Templates/Page Footer
include at the end of every page. This page contains all js for all the more complex functions in this wiki.
Team:Wageningen_UR/Templates/Navigation
edit the menu here