Team:WashU StLouis/CSS

From 2014.igem.org

(Difference between revisions)
 
(5 intermediate revisions not shown)
Line 94: Line 94:
#block {
#block {
       width: 80%;
       width: 80%;
-
       height: 500px;
+
       height: auto;
       margin-left: auto;
       margin-left: auto;
-
       margin-right: auto;;
+
       margin-right: auto;
       cellspacing: 0;
       cellspacing: 0;
       background-color: transparent;
       background-color: transparent;
}  
}  
 +
#tbody {
 +
      background-color: transparent;
 +
}
#general {
#general {
       width: 80%;
       width: 80%;
Line 364: Line 367:
#slideshow img {
#slideshow img {
         height: auto;
         height: auto;
-
         width: 760px;
+
         width: 750px;
}
}
.window {
.window {
-
height: 400px; width: 760px;
+
height: 450px; width: 750px;
overflow: hidden; /*--Hides anything outside of the set width/height--*/
overflow: hidden; /*--Hides anything outside of the set width/height--*/
position: absolute;
position: absolute;

Latest revision as of 21:48, 18 September 2014