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 2cd3470b9b
révision 380237b24e
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;

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>