Difference between revisions of "Template:ETH Zurich/background css"

(Factor summary styling to main CSS.)
(Factor figure styling to main CSS; simplify.)
Line 2: Line 2:
 
     background-color: lightgreen;
 
     background-color: lightgreen;
 
     float: left;
 
     float: left;
     width: 45%
+
     width: 45%;
 
}
 
}
  
Line 8: Line 8:
 
     background-color: lightpink;
 
     background-color: lightpink;
 
     float: right;
 
     float: right;
     width: 45%
+
     width: 45%;
 
}
 
}
  
figure.facts {
+
.facts {
    margin: auto;
+
     padding-bottom: 20px;
    width: 880px;
+
     padding-bottom: 40px;
+
 
}
 
}

Revision as of 01:08, 28 October 2017

ul.pros {

   background-color: lightgreen;
   float: left;
   width: 45%;

}

ul.cons {

   background-color: lightpink;
   float: right;
   width: 45%;

}

.facts {

   padding-bottom: 20px;

}