mirror of
https://github.com/hacks-guide/Guide_WiiU-OLD.git
synced 2024-11-23 01:09:49 +00:00
update css
This commit is contained in:
parent
892d5156b2
commit
c78c3cf64a
@ -345,11 +345,11 @@ body:hover .visually-hidden button {
|
|||||||
transform: rotate3d(0,0,1,-45deg);
|
transform: rotate3d(0,0,1,-45deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Langicons
|
Langicons
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
||||||
.langicon {
|
.langicon {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: $navicon-width;
|
width: $navicon-width;
|
||||||
@ -377,7 +377,7 @@ body:hover .visually-hidden button {
|
|||||||
bottom: (-2 * $navicon-height);
|
bottom: (-2 * $navicon-height);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.close .langicon {
|
.close .langicon {
|
||||||
/* hide the middle line*/
|
/* hide the middle line*/
|
||||||
background: transparent;
|
background: transparent;
|
||||||
@ -585,8 +585,13 @@ a.reversefootnote {
|
|||||||
.adsbygoogle {
|
.adsbygoogle {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.adsbygoogle:last-child {
|
.adsbygoogle:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.adsbygoogle:first-child {
|
||||||
|
margin-top: 0;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user