1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Remove the bottom border off the footer, which looks a little weird to me.

This commit is contained in:
Adam Harvey
2012-12-27 17:12:42 +08:00
parent c112b85674
commit 31c00bd7e0

View File

@@ -696,7 +696,6 @@ footer {
overflow: auto;
background-color: #333;
border-top: .5em solid #9999CC;
border-bottom: .5em solid #9999CC;
padding: 1.5em 0;
min-width:960px;
}