Team:Wageningen UR/Templates/style.css

From 2013.igem.org

(Difference between revisions)
(Created page with "- This will be our main css file added to the head with jquery's append(): ")
Line 1: Line 1:
/* This will be our main css file added to the head with jquery's append() */
/* This will be our main css file added to the head with jquery's append() */
 +
 +
#wrapper {
 +
    background: #f1f1f1;
 +
}

Revision as of 19:36, 28 July 2013

/* This will be our main css file added to the head with jquery's append() */

  1. wrapper {
   background: #f1f1f1;

}