diff --git a/style.css b/style.css index fa303f2..4ea7c58 100644 --- a/style.css +++ b/style.css @@ -77,11 +77,9 @@ pre { padding-right: 2%; text-align: right; width: 22%; - margin-right: -1px; } #content { - border-left: solid 1px #999; float: right; padding: 0 2%; width: 78%; diff --git a/styles/menumaker.css b/styles/menumaker.css index cf9e2ea..c214a1b 100644 --- a/styles/menumaker.css +++ b/styles/menumaker.css @@ -39,6 +39,7 @@ font-family: "IM Fell English", serif; background: #fff; border-bottom: solid 1px #ddd; + border-top: solid 1px #ddd; } #aboveheadermenu > ul > li { float: left; diff --git a/styles/mobile.css b/styles/mobile.css index 613ab07..650a585 100644 --- a/styles/mobile.css +++ b/styles/mobile.css @@ -6,7 +6,7 @@ body { background: #fff; - color: green; + color: brown; } body > header {