Fix accidental duplicate css
Cette révision appartient à :
Parent
2cd3470b9b
révision
380237b24e
3 fichiers modifiés avec 4 ajouts et 4 suppressions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
.nightswitch {
|
||||
position: fixed;
|
||||
top: 12px;
|
||||
right: 48px;
|
||||
right: 12px;
|
||||
}
|
||||
.nightswitch > a > img {
|
||||
width: 24px;
|
||||
|
|
|
@ -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>
|
||||
|
|
Référencer dans un nouveau ticket