From fa4108da63ce46af815753eb6fb35874f5635488 Mon Sep 17 00:00:00 2001 From: kjodle Date: Sat, 30 Jan 2016 11:32:34 -0500 Subject: [PATCH] Responsive adjustments --- readme.txt | 2 +- style.css | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 33815cb..cde7593 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: kjodle Tags: black, gray, white, fixed-layout, two-columns, left-sidebar, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready Requires at least: 4.1 Tested up to: 4.3 -Stable tag: 0.3 +Stable tag: 0.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/style.css b/style.css index e516738..88f846d 100644 --- a/style.css +++ b/style.css @@ -63,6 +63,8 @@ pre { max-width: 1000px; min-width: 700px; width: 80%; + background: #ffffff; + padding: 20px; } #sidebar { @@ -94,16 +96,16 @@ pre { body > footer { clear: both; width: 100%; + background: #ffffff; } body > header { border-bottom: solid 1px #444; - margin-bottom: 2em; + background: #ffffff; } body > footer { border-top: solid 1px #444; - margin-top: 2em; }