MediaWiki:Common.css: Difference between revisions

Content added Content deleted
mNo edit summary
No edit summary
Line 123: Line 123:
q:after {
q:after {
content: '"'; /* Consistent quote marks for <q> */
content: '"'; /* Consistent quote marks for <q> */
}

/* Main page fixes */
#interwiki-completelist {
font-weight: bold;
}
body.page-Main_Page #ca-delete {
display: none !important;
}
body.page-Main_Page #mp-topbanner {
clear: both;
}

/* Edit window toolbar */
#toolbar {
height: 22px;
margin-bottom: 6px;
}
}