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

Line 253: Line 253:
  
 
.subsection {
 
.subsection {
     display: table-cell;
+
     display: table-column;
 
     width:15%;
 
     width:15%;
 
     vertical-align:top;
 
     vertical-align:top;
Line 262: Line 262:
  
 
.whitespace {
 
.whitespace {
     display: table-cell;
+
     display: table-column;
 
     width:20px;
 
     width:20px;
 
}
 
}
  
 
.subimg, .subtext {
 
.subimg, .subtext {
     display: table-row;
+
     display: table-cell;
 
}
 
}
  
Line 275: Line 275:
  
 
.readmorebutton {
 
.readmorebutton {
     display: table-row;
+
     display: table-cell;
 
     text-align:left;
 
     text-align:left;
 
     margin:5% 0%;
 
     margin:5% 0%;

Revision as of 12:18, 20 July 2015