Skip to content

Commit

Permalink
Removal of rems. fixes #105
Browse files Browse the repository at this point in the history
  • Loading branch information
bgardner authored and nickcernis committed Oct 8, 2018
1 parent aec221d commit 6b146a2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 44 deletions.
1 change: 0 additions & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ function genesis_sample_responsive_menu_settings() {
'404-page',
'drop-down-menu',
'headings',
'rems',
'search-form',
'skip-links',
)
Expand Down
9 changes: 0 additions & 9 deletions lib/woocommerce/genesis-sample-woocommerce.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ Loaded on WooCommerce pages */
cursor: pointer;
display: inline-block;
font-size: 16px;
font-size: 1.6rem;
font-weight: 600;
line-height: 1.625;
padding: 8px 12px;
Expand Down Expand Up @@ -267,7 +266,6 @@ Loaded on WooCommerce pages */

.woocommerce-cart table.cart td {
font-size: 18px;
font-size: 1.8rem;
padding: 10px 12px;
}

Expand Down Expand Up @@ -296,7 +294,6 @@ Loaded on WooCommerce pages */

.woocommerce-cart table.cart td.actions .coupon .input-text {
font-size: 18px;
font-size: 1.8rem;
}

.woocommerce-cart td.product-name dl.variation dd {
Expand Down Expand Up @@ -358,7 +355,6 @@ Loaded on WooCommerce pages */
color: #fff;
cursor: pointer;
font-size: 16px;
font-size: 1.6rem;
font-weight: 600;
padding: 15px 20px;
text-align: center;
Expand Down Expand Up @@ -395,7 +391,6 @@ Loaded on WooCommerce pages */

.woocommerce .quantity .qty {
font-size: 20px;
font-size: 2rem;
line-height: 1.5;
margin-right: 5px;
padding: 12px 5px;
Expand Down Expand Up @@ -511,7 +506,6 @@ Loaded on WooCommerce pages */

.woocommerce-account .woocommerce-Address-title h3 {
font-size: 26px;
font-size: 2.6rem;
}

.woocommerce-account .woocommerce-Address {
Expand Down Expand Up @@ -589,7 +583,6 @@ Loaded on WooCommerce pages */

.woocommerce .woocommerce-breadcrumb {
font-size: 18px;
font-size: 1.8rem;
margin-bottom: 40px;
}

Expand Down Expand Up @@ -750,7 +743,6 @@ div.woocommerce-info.wc-memberships-restriction-message.wc-memberships-restricte
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce.widget_price_filter .price_slider_amount .button {
font-size: 16px;
font-size: 1.6rem;
}

/* Woo Active Filters
Expand All @@ -765,7 +757,6 @@ div.woocommerce-info.wc-memberships-restriction-message.wc-memberships-restricte

.woocommerce.widget_recent_reviews .reviewer {
font-size: 12px;
font-size: 1.2rem;
letter-spacing: 1px;
text-transform: uppercase;
}
Expand Down
34 changes: 0 additions & 34 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,23 +148,15 @@ html {
--------------------------------------------- */

html {
font-size: 62.5%; /* 10px browser default */
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}

/* Chrome fix */
body > div {
font-size: 18px;
font-size: 1.8rem;
}

body {
background-color: #fff;
color: #333;
font-family: 'Source Sans Pro', sans-serif;
font-size: 18px;
font-size: 1.8rem;
font-weight: 400;
line-height: 1.625;
margin: 0;
Expand Down Expand Up @@ -241,7 +233,6 @@ blockquote::before {
content: "\201C";
display: block;
font-size: 30px;
font-size: 3rem;
height: 0;
left: -20px;
position: relative;
Expand All @@ -265,12 +256,10 @@ h6 {

h1 {
font-size: 30px;
font-size: 3rem;
}

h2 {
font-size: 27px;
font-size: 2.7rem;
}

.entry-content h3,
Expand All @@ -280,12 +269,10 @@ h2 {

h3 {
font-size: 24px;
font-size: 2.4rem;
}

h4 {
font-size: 20px;
font-size: 2rem;
}

.entry-content h4 {
Expand All @@ -294,12 +281,10 @@ h4 {

h5 {
font-size: 18px;
font-size: 1.8rem;
}

h6 {
font-size: 16px;
font-size: 1.6rem;
}

/* Objects
Expand Down Expand Up @@ -405,7 +390,6 @@ textarea {
border: 1px solid #ddd;
color: #333;
font-size: 18px;
font-size: 1.8rem;
font-weight: 400;
padding: 15px;
width: 100%;
Expand Down Expand Up @@ -442,7 +426,6 @@ input[type="submit"],
color: #fff;
cursor: pointer;
font-size: 16px;
font-size: 1.6rem;
font-weight: 600;
padding: 15px 30px;
text-align: center;
Expand Down Expand Up @@ -653,7 +636,6 @@ th:first-child {
.breadcrumb {
border-bottom: 1px solid #eee;
font-size: 16px;
font-size: 1.6rem;
margin-bottom: 40px;
padding-bottom: 10px;
}
Expand Down Expand Up @@ -697,14 +679,12 @@ th:first-child {
.archive-title,
.author-box-title {
font-size: 20px;
font-size: 2rem;
font-weight: 600;
margin-bottom: 10px;
}

.entry-title {
font-size: 30px;
font-size: 3rem;
margin-bottom: 10px;
}

Expand All @@ -721,7 +701,6 @@ th:first-child {

.widget-title {
font-size: 18px;
font-size: 1.8rem;
font-weight: 600;
margin-bottom: 20px;
}
Expand Down Expand Up @@ -807,7 +786,6 @@ img.alignright,
.gallery-caption,
.wp-caption-text {
font-size: 14px;
font-size: 1.4rem;
font-weight: 600;
margin: 0;
text-align: center;
Expand Down Expand Up @@ -886,7 +864,6 @@ img.alignright,

.featured-content .entry-title {
font-size: 16px;
font-size: 1.6rem;
margin-bottom: 5px;
margin-top: 10px;
}
Expand All @@ -910,7 +887,6 @@ img.alignright,

.enews-widget input {
font-size: 16px;
font-size: 1.6rem;
margin-bottom: 10px;
}

Expand Down Expand Up @@ -1018,7 +994,6 @@ img.alignright,

.site-title {
font-size: 20px;
font-size: 2rem;
font-weight: 600;
line-height: 1;
margin-bottom: 0;
Expand Down Expand Up @@ -1062,7 +1037,6 @@ img.alignright,
color: #333;
display: block;
font-size: 15px;
font-size: 1.5rem;
font-weight: 400;
outline-offset: -1px;
padding-bottom: 12px;
Expand Down Expand Up @@ -1098,7 +1072,6 @@ img.alignright,
.genesis-nav-menu .sub-menu a {
background-color: #fff;
font-size: 14px;
font-size: 1.4rem;
position: relative;
word-wrap: break-word;
}
Expand Down Expand Up @@ -1292,7 +1265,6 @@ img.alignright,

.entry-content .caption {
font-size: 14px;
font-size: 1.4rem;
font-weight: 600;
margin-top: -20px;
text-align: center;
Expand All @@ -1308,7 +1280,6 @@ img.alignright,

p.entry-meta {
font-size: 16px;
font-size: 1.6rem;
margin-bottom: 0;
}

Expand Down Expand Up @@ -1353,7 +1324,6 @@ p.entry-meta {
cursor: pointer;
display: inline-block;
font-size: 16px;
font-size: 1.6rem;
font-weight: 600;
margin-bottom: 4px;
padding: 8px 12px;
Expand All @@ -1374,7 +1344,6 @@ p.entry-meta {
.entry-comments,
.entry-pings {
font-size: 18px;
font-size: 1.8rem;
margin-bottom: 40px;
}

Expand Down Expand Up @@ -1426,7 +1395,6 @@ p.entry-meta {

.sidebar {
font-size: 16px;
font-size: 1.6rem;
line-height: 1.5;
}

Expand All @@ -1447,7 +1415,6 @@ p.entry-meta {
background-color: #fff;
clear: both;
font-size: 18px;
font-size: 1.8rem;
padding: 60px 0;
}

Expand Down Expand Up @@ -1475,7 +1442,6 @@ p.entry-meta {
background-color: #fff;
border-top: 1px solid #eee;
font-size: 15px;
font-size: 1.5rem;
line-height: 1.5;
padding: 30px;
text-align: center;
Expand Down

0 comments on commit 6b146a2

Please sign in to comment.