Hiding onyx2 directory
This commit is contained in:
parent
872acdbc01
commit
c1aeb11c6d
149 changed files with 1 additions and 1 deletions
24
htdocs/applications/GSM/print.css
Normal file
24
htdocs/applications/GSM/print.css
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
body
|
||||
{
|
||||
font-family: serif;
|
||||
font-size: 10px;
|
||||
margin: auto;
|
||||
width: 18cm;
|
||||
}
|
||||
|
||||
h1 {
|
||||
display: none;
|
||||
}
|
||||
#GSM_menu {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.back .center
|
||||
{
|
||||
overflow:hidden;
|
||||
height: 11.1cm;
|
||||
}
|
||||
.back .center ol
|
||||
{
|
||||
-webkit-margin-before: 0.5em;
|
||||
}
|
||||
Reference in a new issue