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; 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" /> <link rel="stylesheet" href="../static/style.css" />
</head> </head>
<body class="footer"> <body class="footer">
<table style="width: 100%;"> <table>
<tr> <tr>
<td style="text-align: center;"> <td>
Page <span class="page"></span> of <span class="topage"></span> Page <span class="page"></span> of <span class="topage"></span>
</td> </td>
</tr> </tr>