From c7f8623716f8b46dd2819e7a85db009f57e66d5e Mon Sep 17 00:00:00 2001 From: Vinod Dalvi Date: Thu, 12 Sep 2013 14:15:25 -0700 Subject: [PATCH] Made Changes in CSS to Make it Adhere to WordPress CSS Coding Standards. --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index 962e75d..6a62b63 100644 --- a/style.css +++ b/style.css @@ -164,9 +164,9 @@ pre { font-size: 1.5rem; line-height: 1.6; margin-bottom: 1.6em; - padding: 1.6em; - overflow: auto; max-width: 100%; + overflow: auto; + padding: 1.6em; } code, kbd, tt, var { font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; @@ -423,9 +423,9 @@ a:active { box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); display: none; float: left; + left: 0; position: absolute; - top: 1.5em; - left: 0; + top: 1.5em; z-index: 99999; } .main-navigation ul ul ul { @@ -452,8 +452,8 @@ a:active { /* Small menu */ .menu-toggle { - display: none; cursor: pointer; + display: none; } @media screen and (max-width: 600px) {