More actions
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
} | } | ||
.table | .test-table table { | ||
display: block; | |||
overflow-x: auto; | |||
white-space: nowrap; | |||
} | } |
Revision as of 18:35, 29 June 2022
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
.navbox-title
{
width: 100%;
min-width:100%;
}
body, body #mw-page-base {
background: url( https://wiki.massivecraft.com/images/e/ee/Bg3.png);
background-repeat: no-repeat;
}
#simpleSearch input {
background-color: #ffffff;
}
.test-table table {
display: block;
overflow-x: auto;
white-space: nowrap;
}