Team:Heidelberg/Templates/MainTemplate

From 2014.igem.org

(Difference between revisions)
Line 30: Line 30:
border:0;
border:0;
overflow:visible;
overflow:visible;
 +
}
 +
 +
#footer-box{
 +
    border:none;
 +
    margin: 0 auto;
 +
    padding: 5px;
 +
    /*width: 965px;*/
 +
 +
    /*width:100%;
 +
    padding:0px;
 +
    margin:0 auto;
 +
    display:inline-block;
 +
    text-align:left;
 +
    border-style:none;*/
}
}
@media (min-width: 768px)
@media (min-width: 768px)
   #top-section {
   #top-section {
 +
    width: 750px;
 +
  }
 +
  #footer-box {
     width: 750px;
     width: 750px;
   }
   }
Line 41: Line 58:
@media (min-width: 992px) {
@media (min-width: 992px) {
   #top-section {
   #top-section {
 +
    width: 970px;
 +
  }
 +
  #footer-box {
     width: 970px;
     width: 970px;
   }
   }
Line 47: Line 67:
@media (min-width: 1200px) {
@media (min-width: 1200px) {
   #top-section {
   #top-section {
 +
    width: 1170px;
 +
  }
 +
  #footer-box {
     width: 1170px;
     width: 1170px;
   }
   }
Line 174: Line 197:
}
}
-
 
-
#footer-box{
 
-
    border:none;
 
-
    margin: 0 auto;
 
-
    padding: 5px;
 
-
    width: 965px;
 
-
 
-
    /*width:100%;
 
-
    padding:0px;
 
-
    margin:0 auto;
 
-
    display:inline-block;
 
-
    text-align:left;
 
-
    border-style:none;*/
 
-
}
 
#footer-box *{
#footer-box *{

Revision as of 14:31, 7 October 2014