Difference between revisions of "Team:DTU-Denmark/test/files/css/style.css"

(Created page with "h1 {border-bottom: none;} #bodyContent h1, #bodyContent h2 { margin-bottom: 10; } .firstHeading { display: none; } #content { width: 100%; height: 100%; border: 0p...")
 
 
Line 1: Line 1:
h1 {border-bottom: none;}
+
h1, h2, h3, h4, h5, h6 {
 +
    border-bottom: none;
 +
}
  
 
#bodyContent h1, #bodyContent h2 {
 
#bodyContent h1, #bodyContent h2 {
  margin-bottom: 10;
+
    margin-bottom: 10;
 
}
 
}
  
Line 9: Line 11:
 
}
 
}
  
#content {
+
#globalWrapper, #content {
width: 100%;
+
    width: 100%;
height: 100%;
+
    height: 100%;
border: 0px;
+
    border: 0px;
background-color: transparent;
+
    background-color: transparent;
margin: 0px;
+
    margin: 0px;
padding: 0px;
+
    padding: 0px;
font-size: 100%;
+
    font-size: 100%;
}
+
}

Latest revision as of 21:05, 23 April 2015

h1, h2, h3, h4, h5, h6 {

   border-bottom: none;

}

  1. bodyContent h1, #bodyContent h2 {
   margin-bottom: 10;

}

.firstHeading {

   display: none;

}

  1. globalWrapper, #content {
   width: 100%;
   height: 100%;
   border: 0px;
   background-color: transparent;
   margin: 0px;
   padding: 0px;
   font-size: 100%;

}