sheet.xsl: fix text alignment
parent
ce4cf01aa6
commit
758b6861b9
|
@ -33,7 +33,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
text-align: center;
|
text-align: justify;
|
||||||
|
text-align-last: center;
|
||||||
border-bottom: 1px solid silver;
|
border-bottom: 1px solid silver;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -112,7 +113,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
header > form {
|
header > form {
|
||||||
text-align: center;
|
|
||||||
margin: 1%;
|
margin: 1%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue