Remove inline styles on footer
This commit is contained in:
parent
5e76fab44b
commit
56ed7df6c0
2 changed files with 11 additions and 3 deletions
|
@ -47,6 +47,14 @@ body.content {
|
|||
}
|
||||
}
|
||||
|
||||
body.footer {
|
||||
body.footer, body.header {
|
||||
font-size: $font-size-base;
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
|
||||
td {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
<link rel="stylesheet" href="../static/style.css" />
|
||||
</head>
|
||||
<body class="footer">
|
||||
<table style="width: 100%;">
|
||||
<table>
|
||||
<tr>
|
||||
<td style="text-align: center;">
|
||||
<td>
|
||||
Page <span class="page"></span> of <span class="topage"></span>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Reference in a new issue