Template:Team:Alberta/2011style.css

From 2011.igem.org

(Difference between revisions)
m
m
Line 1: Line 1:
/* TOP BAR SECTION */
/* TOP BAR SECTION */
#top-section {
#top-section {
 +
    background-color: blue;
     width: 1000px;
     width: 1000px;
     border: 0px;
     border: 0px;

Revision as of 02:13, 24 August 2011

/* TOP BAR SECTION */

  1. top-section {
   background-color: blue;
   width: 1000px;
   border: 0px;

}

  1. p-logo {
   display: none;

}

/* CONTENT SECTION */

  1. content {
   width: 1000px;
   background-color: red;

}