archive
/
md-pdf
Archived
1
Fork 0

Remove inline styles on footer

This commit is contained in:
Jake Howard 2017-05-11 08:46:38 +01:00
parent 5e76fab44b
commit 56ed7df6c0
2 changed files with 11 additions and 3 deletions

View File

@ -47,6 +47,14 @@ body.content {
}
}
body.footer {
body.footer, body.header {
font-size: $font-size-base;
table {
width: 100%;
td {
text-align: center;
}
}
}

View File

@ -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>