Skip to content

Commit fb2a42a

Browse files
authored
removed magento logo in demo notice (OpenMage#1591)
Co-authored-by: Fabrizio Balliano <fabrizio@fabrizioballiano.com>
1 parent a959436 commit fb2a42a

File tree

5 files changed

+3
-12
lines changed

5 files changed

+3
-12
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,7 +1273,6 @@ a.button:hover {
12731273
font-size: 11px;
12741274
}
12751275
.global-site-notice .notice-inner {
1276-
padding-left: 120px;
12771276
width: 100%;
12781277
max-width: 1200px;
12791278
margin-left: auto;
@@ -1282,9 +1281,7 @@ a.button:hover {
12821281
min-height: 40px;
12831282
padding-top: 14.5px;
12841283
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;
12881285
}
12891286
.global-site-notice p {
12901287
margin-bottom: 0;

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,7 +1509,6 @@ a.button:hover {
15091509
font-size: 11px;
15101510
}
15111511
.global-site-notice .notice-inner {
1512-
padding-left: 120px;
15131512
width: 100%;
15141513
max-width: 1200px;
15151514
margin-left: auto;
@@ -1518,9 +1517,7 @@ a.button:hover {
15181517
min-height: 40px;
15191518
padding-top: 14.5px;
15201519
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;
15241521
}
15251522
.global-site-notice p {
15261523
margin-bottom: 0;
-3.13 KB
Binary file not shown.
-4.98 KB
Binary file not shown.

skin/frontend/rwd/default/scss/core/_common.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,6 @@ a.button:hover {
963963
font-size: $f-size-xxs;
964964

965965
.notice-inner {
966-
padding-left: 120px;
967966
width: 100%;
968967
max-width: $max-content-width;
969968
margin-left: auto;
@@ -972,9 +971,7 @@ a.button:hover {
972971
min-height: 40px;
973972
padding-top: (40px - $f-size-xxs) / 2;
974973
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;
978975
}
979976

980977
p {

0 commit comments

Comments
 (0)