template/quitesimple: hack to hide sidebar in portrait mode
Cette révision appartient à :
Parent
78a1d5d1aa
révision
23c01303b4
@ -211,3 +211,12 @@ display: block;
|
|||||||
color: red !important;
|
color: red !important;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media screen and (orientation: portrait)
|
||||||
|
{
|
||||||
|
#sidebar
|
||||||
|
{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Chargement…
x
Référencer dans un nouveau ticket
Bloquer un utilisateur