MediaWiki:Monobook.css: Difference between revisions

From Proteopedia
Jump to navigationJump to search
Eran Hodis (talk | contribs)
No edit summary
Jaime Prilusky (talk | contribs)
No edit summary
Line 15: Line 15:
div.thumb div a img {
div.thumb div a img {
     background-color: #fff;
     background-color: #fff;
}
/* JP avoid navigation being pushed down */
/* Ensure the sidebar floats left */
#column-one {
    float: left;
}
/* Ensure the main content floats correctly beside it and clears any previous floats if necessary */
#content {
    margin-left: 11em; /* Adjust to match the sidebar's width */
    overflow: hidden; /* Contains floats */
}
}