Changes

Jump to: navigation, search
no edit summary
Line 153: Line 153:  
   max-width: 100% !important;
 
   max-width: 100% !important;
 
   box-sizing: border-box;
 
   box-sizing: border-box;
   overflow: hidden;
+
   overflow: visible !important;
 
   margin: 0 auto;
 
   margin: 0 auto;
 
   box-shadow: 0 1px 3px rgba(0,0,0,0.1);
 
   box-shadow: 0 1px 3px rgba(0,0,0,0.1);
Line 174: Line 174:  
}
 
}
    +
.infobox details {
 +
  display: block;
 +
  clear: both;
 +
  overflow: visible;
 +
  margin-top: 1em;
 +
}
 +
 +
.infobox summary {
 +
  font-weight: bold;
 +
  cursor: pointer;
 +
  z-index: auto;
 +
}
 +
 +
.infobox .infobox-list,
 +
.infobox > ul {
 +
  margin: 0 auto;
 +
  display: inline-block;
 +
  text-align: left;
 +
}
 +
 +
.infobox .infobox-list li,
 +
.infobox > ul > li {
 +
  text-align: center;
 
}
 
}

Navigation menu