Changes

Jump to: navigation, search
no edit summary
Line 152: Line 152:  
     margin: 0;
 
     margin: 0;
 
     padding: 0 0.5em;
 
     padding: 0 0.5em;
    box-sizing: border-box;
+
    box-sizing: border-box;
     -webkit-overflow-scrolling: touch;
+
     table-layout: auto !important;
 +
    overflow-x: hidden !important;
 
   }
 
   }
 
   table.infobox > tbody {
 
   table.infobox > tbody {
Line 162: Line 163:  
   table.infobox td {
 
   table.infobox td {
 
     text-align: center !important;
 
     text-align: center !important;
     white-space: normal;  }
+
     white-space: normal !important;
 +
    word-wrap: break-word !important;
 +
    padding: 0.5em;
 +
  }
 +
  table.infobox img {
 +
    display: block;
 +
    width: 100% !important;
 +
    height: auto !important;
 +
    margin: 0;
 +
  }  
 
}
 
}
  

Navigation menu