Additional footer padding

This commit is contained in:
Kyle Johnson 2016-03-12 20:37:07 -05:00
parent f5ba52824a
commit d202760d82
2 changed files with 4 additions and 2 deletions

View File

@ -438,6 +438,8 @@ th.table-th-sort-rev span.table-th-sort-span {
} }
#footer { #footer {
margin: 8px 0; border-top: 1px solid #e7e7e7;
margin: 32px 0;
padding: 8px;
} }

View File

@ -363,6 +363,7 @@ echo $Server->Name();
?> ?>
</tbody> </tbody>
</table> </table>
</div>
<div id="footer"> <div id="footer">
@ -380,7 +381,6 @@ echo $Server->Name();
</ul> </ul>
</div> <!-- End .footer --> </div> <!-- End .footer -->
</div>
</form> </form>
</body> </body>
</html> </html>