Changes

Jump to: navigation, search
no edit summary
Line 145: Line 145:  
/* preferences */
 
/* preferences */
 
:root {--color-primary: #E69710;}
 
:root {--color-primary: #E69710;}
 +
 +
/* infobox */
 +
.infobox {
 +
  background-color: #fff;
 +
  position: relative;
 +
  z-index: 10;
 +
  overflow: auto;
 +
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
 +
}
 +
 +
.infobox td,
 +
.infobox th {white-space: normal;}
 +
.infobox img {
 +
  max-width: 100%;
 +
  height: auto;
 +
  display: block;
 +
}

Navigation menu