From d8ea929b164ca3e226ff7ec0b569dbe06dc5e234 Mon Sep 17 00:00:00 2001 From: MickeyKay Date: Tue, 9 Jun 2015 15:37:39 -0700 Subject: [PATCH] Undo 1px media query bumps per #24. --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index 53bf938..b48f5a7 100755 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ Description: Trestle is a Genesis child theme for developers based on the default Genesis 2.0 Sample Theme. It features mobile first CSS, helpful theme options, and lots more tools to support your development process. Author: MIGHTYminnow Author URI: http://www.mightyminnow.com/ - Version: 2.0.1 + Version: 2.1.0 Tags: black, gray, red, white, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, front-page-post-form, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, genesis, mobile-first, responsive, clean Text Domain: trestle GitHub Theme URI: MIGHTYminnow/trestle @@ -2142,7 +2142,7 @@ Media Queries } -@media (min-width: 481px) { +@media (min-width: 480px) { h1 { font-size: 36px; @@ -2178,7 +2178,7 @@ Media Queries /* Responsive Tables CSS --------------------------------------------- */ -@media (max-width: 601px) { +@media (max-width: 600px) { table { clear: both; @@ -2233,7 +2233,7 @@ Media Queries } -@media (min-width: 769px) { +@media (min-width: 768px) { /* General --------------------------------------------- */ @@ -2704,7 +2704,7 @@ Media Queries } -@media (min-width: 1141px) { +@media (min-width: 1140px) { .custom-background .site-inner { margin: 20px auto;