template/quitesimple: hack to hide sidebar in portrait mode
Cette révision appartient à :
Parent
66ae3f4f81
révision
944e3a03cb
@ -211,3 +211,12 @@ display: block;
|
||||
color: red !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
@media screen and (orientation: portrait)
|
||||
{
|
||||
#sidebar
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
Chargement…
Référencer dans un nouveau ticket
Block a user