File tree Expand file tree Collapse file tree 5 files changed +3
-12
lines changed
skin/frontend/rwd/default Expand file tree Collapse file tree 5 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -1273,7 +1273,6 @@ a.button:hover {
1273
1273
font-size : 11px ;
1274
1274
}
1275
1275
.global-site-notice .notice-inner {
1276
- padding-left : 120px ;
1277
1276
width : 100% ;
1278
1277
max-width : 1200px ;
1279
1278
margin-left : auto;
@@ -1282,9 +1281,7 @@ a.button:hover {
1282
1281
min-height : 40px ;
1283
1282
padding-top : 14.5px ;
1284
1283
padding-bottom : 14.5px ;
1285
- background-image : url ("../images/demo-logo.png" );
1286
- background-position : left;
1287
- background-repeat : no-repeat;
1284
+ text-align : center;
1288
1285
}
1289
1286
.global-site-notice p {
1290
1287
margin-bottom : 0 ;
Original file line number Diff line number Diff line change @@ -1509,7 +1509,6 @@ a.button:hover {
1509
1509
font-size : 11px ;
1510
1510
}
1511
1511
.global-site-notice .notice-inner {
1512
- padding-left : 120px ;
1513
1512
width : 100% ;
1514
1513
max-width : 1200px ;
1515
1514
margin-left : auto;
@@ -1518,9 +1517,7 @@ a.button:hover {
1518
1517
min-height : 40px ;
1519
1518
padding-top : 14.5px ;
1520
1519
padding-bottom : 14.5px ;
1521
- background-image : url ("../images/demo-logo.png" );
1522
- background-position : left;
1523
- background-repeat : no-repeat;
1520
+ text-align : center;
1524
1521
}
1525
1522
.global-site-notice p {
1526
1523
margin-bottom : 0 ;
Original file line number Diff line number Diff line change @@ -963,7 +963,6 @@ a.button:hover {
963
963
font-size : $f-size-xxs ;
964
964
965
965
.notice-inner {
966
- padding-left : 120px ;
967
966
width : 100% ;
968
967
max-width : $max-content-width ;
969
968
margin-left : auto ;
@@ -972,9 +971,7 @@ a.button:hover {
972
971
min-height : 40px ;
973
972
padding-top : (40px - $f-size-xxs ) / 2 ;
974
973
padding-bottom : (40px - $f-size-xxs ) / 2 ;
975
- background-image : url (' ../images/demo-logo.png' );
976
- background-position : left ;
977
- background-repeat : no-repeat ;
974
+ text-align : center ;
978
975
}
979
976
980
977
p {
You can’t perform that action at this time.
0 commit comments