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

Line 211: Line 211:
  
 
.subsectionwrapper {
 
.subsectionwrapper {
     display:table;
+
     display:table;   
    background-color: #ddd1b8;   
+
 
     table-layout: fixed;
 
     table-layout: fixed;
 
     width:70%;
 
     width:70%;
 
     margin:auto;
 
     margin:auto;
    border-radius: 20px;
 
 
}
 
}
  
  
  
.subtextrow, .subimgrowm, .subimgreadmore {
+
.subtextrow {
 +
    display: table-row;
 +
    width:15%;
 +
    vertical-align:top;
 +
    wrap-text: normal;
 +
    color: #808080;
 +
    background-color: #ddd1b8;
 +
    border-radius: 20px;
 +
}
 +
 
 +
.subimgrowm {
 +
    display: table-row;
 +
    width:15%;
 +
    vertical-align:top;
 +
    wrap-text: normal;
 +
    color: #808080;
 +
    border-radius: 20px;
 +
}
 +
 
 +
.subimgreadmore {
 
     display: table-row;
 
     display: table-row;
 
     width:15%;
 
     width:15%;

Revision as of 09:25, 10 September 2015