MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
mNo edit summary
mNo edit summary
Line 161: Line 161:
}
}


/* Additional class for wide skill tables */
/* Scrollable wide skill tables */
.wide {
.wide {
display: block;
display: block;
max-width: -moz-fit-content;
/*max-width: fit-content;*/
max-width: fit-content;
/*max-width: -moz-fit-content;*/
max-width: max-content;
max-width: intrinsic; /* Safari/WebKit uses a non-standard name */
max-width: -moz-max-content; /* Firefox/Gecko */
max-width: -webkit-max-content; /* Chrome */
overflow-x: auto;
overflow-x: auto;
white-space: nowrap;
white-space: nowrap;
padding: 0 0 10px;
padding: 0 0 10px;
margin-bottom: -4px;
margin: 1em 0 -4px;
background-color: #150D0A;
background-color: #150D0A;
border-width: 0;
border-width: 0;