# HG changeset patch # User neko259 # Date 2013-09-20 19:28:50 # Node ID 23fe168e906e4f171d4cbded636acc6f065b17b0 # Parent 3ae99babe5f07aa1730ba7a841c7944af8b73b70 Added padding to the footer in MD theme. diff --git a/boards/static/css/md/base_page.css b/boards/static/css/md/base_page.css --- a/boards/static/css/md/base_page.css +++ b/boards/static/css/md/base_page.css @@ -293,7 +293,6 @@ input[type="submit"]:hover { background: #555; } - .fav { color: yellow; } @@ -309,3 +308,7 @@ input[type="submit"]:hover { .form-email { display: none; } + +.footer { + margin: 5px; +}