MediaWiki: Bswiki.css: Difference between revisions

From The Lost Media Wiki
Jump to: navigation, search
No edit summary
No edit summary
Line 14: Line 14:
}
}


@media screen
.list-unstyled
ul {
ul {
     line-height: 1.5em;
     line-height: 1.5em;

Revision as of 19:19, 10 September 2015

.container {
Width: 95%;
}

#rightsidebar iframe {
    width: 100%;
    height: 768px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 8px 8px;
}

.list-unstyled
ul {
    line-height: 1.5em;
    list-style-type: square;
    margin: 0.1em 0 0 0.5em;
    padding: 0;
}