Template:Team:Alberta/2011style.css

From 2011.igem.org

(Difference between revisions)
m
m
Line 1: Line 1:
 +
/* TOP BAR SECTION */
#top-section {
#top-section {
-
     position: absolute;
+
     width: 1000px;
-
    top: 0px;
+
-
    left: 0px;
+
     border: 0px;
     border: 0px;
}
}
Line 8: Line 7:
#p-logo {
#p-logo {
     display: none;
     display: none;
 +
}
 +
 +
/* CONTENT SECTION */
 +
#content {
 +
    width: 1200px;
 +
    background-color: red;
 +
}
}

Revision as of 02:11, 24 August 2011

/* TOP BAR SECTION */

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

}

  1. p-logo {
   display: none;

}

/* CONTENT SECTION */

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

}