mirror of
https://github.com/10h30/trestle.git
synced 2026-07-11 18:56:07 +09:00
Undo 1px media query bumps per #24.
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
Description: Trestle is a Genesis child theme for developers based on the default <a href="http://www.genesisframework.com/">Genesis 2.0 Sample Theme</a>. It features mobile first CSS, helpful theme options, and lots more tools to support your development process.
|
Description: Trestle is a Genesis child theme for developers based on the default <a href="http://www.genesisframework.com/">Genesis 2.0 Sample Theme</a>. It features mobile first CSS, helpful theme options, and lots more tools to support your development process.
|
||||||
Author: MIGHTYminnow
|
Author: MIGHTYminnow
|
||||||
Author URI: http://www.mightyminnow.com/
|
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
|
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
|
Text Domain: trestle
|
||||||
GitHub Theme URI: MIGHTYminnow/trestle
|
GitHub Theme URI: MIGHTYminnow/trestle
|
||||||
@@ -2142,7 +2142,7 @@ Media Queries
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 481px) {
|
@media (min-width: 480px) {
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
@@ -2178,7 +2178,7 @@ Media Queries
|
|||||||
|
|
||||||
/* Responsive Tables CSS
|
/* Responsive Tables CSS
|
||||||
--------------------------------------------- */
|
--------------------------------------------- */
|
||||||
@media (max-width: 601px) {
|
@media (max-width: 600px) {
|
||||||
|
|
||||||
table {
|
table {
|
||||||
clear: both;
|
clear: both;
|
||||||
@@ -2233,7 +2233,7 @@ Media Queries
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 769px) {
|
@media (min-width: 768px) {
|
||||||
|
|
||||||
/* General
|
/* General
|
||||||
--------------------------------------------- */
|
--------------------------------------------- */
|
||||||
@@ -2704,7 +2704,7 @@ Media Queries
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 1141px) {
|
@media (min-width: 1140px) {
|
||||||
|
|
||||||
.custom-background .site-inner {
|
.custom-background .site-inner {
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user