(새 문서: →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-right: 0.5em; } .skin-modern #firstHeading .mw-editsection, .skin-modern #firstHeading .mw-editsection-like { margin-top: 0.5em; } .skin-vector .mw-editsection, .skin-vector .mw-editsection-like { margin-top: 0.7em; } .skin-vector #firstHeading .mw...) |
(차이 없음)
|
2024년 11월 30일 (토) 16:04 기준 최신판
/* 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-right: 0.5em;
}
.skin-modern #firstHeading .mw-editsection,
.skin-modern #firstHeading .mw-editsection-like {
margin-top: 0.5em;
}
.skin-vector .mw-editsection,
.skin-vector .mw-editsection-like {
margin-top: 0.7em;
}
.skin-vector #firstHeading .mw-editsection,
.skin-vector #firstHeading .mw-editsection-like {
margin-top: 1em;
}