MediaWiki:Common.css: Difference between revisions

imported>Samueldr
m Adds a little flair to the infobox, mirroring the meta boxes' wider border.
imported>Samueldr
Fixes issue #20 via common.css
Line 86: Line 86:
.infobox .table > thead > tr > th {
.infobox .table > thead > tr > th {
     padding: 0.5rem;
     padding: 0.5rem;
}
textarea, input[type=text], input[type=password] {
background-color: #fefefe;
}
}