mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-23 22:13:38 +00:00
Updated common styles
This commit is contained in:
parent
9ddb3f4a47
commit
c90db6fa4e
|
@ -516,6 +516,11 @@ a {
|
|||
margin: 0.8rem 0 0 1.6rem;
|
||||
}
|
||||
|
||||
dl,
|
||||
dd {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
|
|
@ -177,5 +177,5 @@
|
|||
|
||||
@screen0: @page-width - @margin-side * 7; // 720px
|
||||
@screen1: @page-width + @margin-side * 2; // 900px
|
||||
@screen2: @footer-width; // 1250px
|
||||
@screen2: @footer-width; // 1290px
|
||||
@screen3: @footer-width + @margin-side * 8; // 1410px
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
.fullImageLink {
|
||||
margin: 0 @negative-margin;
|
||||
max-width: @footer-width;
|
||||
max-width: @footer-width - 10px; // 1280px - image size 4
|
||||
background-color: @base-90;
|
||||
|
||||
>a {
|
||||
|
|
Loading…
Reference in a new issue