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 {
|
.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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Référencer dans un nouveau ticket