First commit, current version 0.2
This commit is contained in:
commit
872acdbc01
353 changed files with 45771 additions and 0 deletions
24
applications/GSM/print.css
Normal file
24
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