Difference between revisions of "Template:KU Leuven Test/css"

(Undo revision 55804 by Leen (talk))
Line 247: Line 247:
  
 
.subsectionwrapper {
 
.subsectionwrapper {
     display:block;
+
     display:table;
 
     width:70%;
 
     width:70%;
 
     margin:auto;
 
     margin:auto;
Line 253: Line 253:
  
 
.subsection {
 
.subsection {
     display: inline-block;
+
     display: table-cell;
 
     width:18%;
 
     width:18%;
 
     vertical-align:top;
 
     vertical-align:top;
Line 262: Line 262:
  
 
.subimg, .subtext {
 
.subimg, .subtext {
     display: block;
+
     display: table-row;
 
}
 
}
  
Line 270: Line 270:
  
 
.readmorebutton {
 
.readmorebutton {
     display: block;
+
     display: table-row;
 
     text-align:left;
 
     text-align:left;
 
     margin:5% 0%;
 
     margin:5% 0%;

Revision as of 12:13, 20 July 2015