This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
hmt
/
2015
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
ec4b8480ba
Branches
Tags
master
2015
/
views
/
print_a3.scss
print_a3.scss
99 B
Historique
Raw
1
2
3
4
5
6
7
8
9
10
.page
{
width
:
420mm
;
height
:
296mm
;
}
@media
print {
@page
{
size: A3 landscape;
}
}