Skip to content

Commit e50f97a

Browse files
author
Fabrizio Balliano
authored
WRD theme: removed border bottom from h1/h2 (#2920)
1 parent 6d6f752 commit e50f97a

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

skin/frontend/rwd/default/css/styles-ie8.css

-2
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,6 @@ h6, .h6 {
635635
font-size: 24px;
636636
font-weight: 600;
637637
color: #636363;
638-
border-bottom: 1px solid #ededed;
639638
padding-bottom: 3px;
640639
margin-bottom: 15px;
641640
text-transform: uppercase;
@@ -5116,7 +5115,6 @@ p.product-name a:hover {
51165115
* ============================================ */
51175116
.cart .page-title {
51185117
margin-bottom: 15px;
5119-
border-bottom: 1px solid #ededed;
51205118
}
51215119
.cart .page-title:after {
51225120
content: '';

skin/frontend/rwd/default/css/styles.css

-2
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,6 @@ h6, .h6 {
635635
font-size: 24px;
636636
font-weight: 600;
637637
color: #636363;
638-
border-bottom: 1px solid #ededed;
639638
padding-bottom: 3px;
640639
margin-bottom: 15px;
641640
text-transform: uppercase;
@@ -6203,7 +6202,6 @@ p.product-name a:hover {
62036202
* ============================================ */
62046203
.cart .page-title {
62056204
margin-bottom: 15px;
6206-
border-bottom: 1px solid #ededed;
62076205
}
62086206
.cart .page-title:after {
62096207
content: '';

skin/frontend/rwd/default/scss/mixin/_typography.scss

-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@
104104
font-size: 24px;
105105
font-weight: 600;
106106
color: $c-text;
107-
border-bottom: 1px solid $c-module-border-light;
108107
padding-bottom: 3px;
109108
margin-bottom: 15px;
110109
text-transform: uppercase;

skin/frontend/rwd/default/scss/module/_checkout-cart.scss

-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@
131131

132132
.cart .page-title {
133133
margin-bottom: 15px;
134-
border-bottom: 1px solid $c-module-border-light;
135134

136135
&:after {
137136
@include clearfix;

0 commit comments

Comments
 (0)