mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
Merge pull request #157 from StarCitizenTools/dev
Follow up of the last PR
This commit is contained in:
commit
00dd11a710
|
@ -80,7 +80,8 @@ input,
|
|||
pre,
|
||||
code,
|
||||
fieldset,
|
||||
select {
|
||||
select,
|
||||
textarea {
|
||||
border: 1px solid @base-80;
|
||||
}
|
||||
|
||||
|
|
|
@ -13,6 +13,20 @@
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
// Mimic siteSub
|
||||
.mw-rcfilters-enabled,
|
||||
.mw-rcfilters-disabled {
|
||||
.mw-specialpage-summary {
|
||||
margin: 0.4rem 0 1.6rem;
|
||||
color: @base-30;
|
||||
font-size: @content-caption-size;
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.rcoptions {
|
||||
margin: @content-margin-top * 2 0;
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in a new issue