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

Voir le fichier

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

Voir le fichier

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