Team:Warwick/testEnv

From 2014.igem.org

(Difference between revisions)
Line 8: Line 8:
       <!--Load google's web fonts-->
       <!--Load google's web fonts-->
       <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
       <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
 +
      <link href='http://fonts.googleapis.com/css?family=Dosis:500' rel='stylesheet' type='text/css'>
       <!--Set the favicon (webpage tab icon)-->
       <!--Set the favicon (webpage tab icon)-->
       <link rel="icon" type="image/png" href="images/favicon.png" />
       <link rel="icon" type="image/png" href="images/favicon.png" />
Line 18: Line 19:
         body {
         body {
-
            background-color: #383838;
 
             font-family: 'Open Sans', sans-serif;
             font-family: 'Open Sans', sans-serif;
 +
            background-color: #383838;
         }
         }
Line 28: Line 29:
         #mainMenuBar {
         #mainMenuBar {
-
             width: 100%;
+
             font-family: 'Dosis', sans-serif;
             background-color: green;
             background-color: green;
 +
            width: 100%;
         }
         }

Revision as of 13:41, 25 August 2014