mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
ToC style tweak #2
This commit is contained in:
parent
faf2c4e1e4
commit
ec059ea13a
|
@ -406,16 +406,17 @@ a {
|
|||
|
||||
>a {
|
||||
color: inherit !important;
|
||||
border-right: 3px solid;
|
||||
border-color: currentColor;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
display: inline-block;
|
||||
margin-top: @content-margin-top;
|
||||
padding-right: 20px;
|
||||
padding-right: 17px;
|
||||
color: @base-50;
|
||||
background: 0;
|
||||
border-right: 3px solid transparent;
|
||||
transition-duration: 0s !important; // Turn off transitions
|
||||
|
||||
&:hover {
|
||||
|
@ -467,6 +468,10 @@ a {
|
|||
display: block;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
ul,
|
||||
.toctitle {
|
||||
text-align: right;
|
||||
|
|
Loading…
Reference in a new issue