User:Emma/common.css: Difference between revisions

From Zelda Dungeon Wiki
Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
(Testing some CSS)
m (Finished testing)
Line 1: Line 1:
/* Make table of contents float */
 
#toc {
position: fixed;
bottom: 0px;
left: 0%;
z-index: 9999;
}
/* Move section [edit] links to the right side of the screen. */
.mw-editsection,
.mw-editsection-like {
    float: right;
    line-height: inherit;
}
#firstHeading .mw-editsection,
#firstHeading .mw-editsection-like {
    margin-top: 0.5em;
    line-height: 1em;
}
.skin-modern #firstHeading .mw-editsection,
.skin-modern #firstHeading .mw-editsection-like {
    margin-right: 0.5em;
}

Revision as of 10:40, July 21, 2015