Albirew/nyaa-pantsu
Albirew
/
nyaa-pantsu
Archivé
1
0
Bifurcation 0

Fix accidental duplicate css

Cette révision appartient à :
sfan5 2017-05-07 21:28:35 +02:00
Parent 6e50f44799
révision a3e0cc0503
3 fichiers modifiés avec 4 ajouts et 4 suppressions

Voir le fichier

@ -2,7 +2,7 @@
.nightswitch {
position: fixed;
top: 12px;
right: 48px;
right: 12px;
}
.nightswitch > a > img {
width: 24px;
@ -180,4 +180,4 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ
.navbar {
border-radius: 0px;
}
}

Voir le fichier

@ -2,7 +2,7 @@
.nightswitch {
position: fixed;
top: 12px;
right: 48px;
right: 12px;
}
.nightswitch > a > img {
width: 24px;

Voir le fichier

@ -55,7 +55,7 @@
{{block "search_button" .}}{{end}}
</div>
</form>
<div class="nightswitch" style="position:absolute;right:1em">
<div class="nightswitch">
<a href="javascript:toggleNightMode();" ><img id="nighticon" src="/img/moon.png"></a>
</div>
</div>