fixes for cross-browser compability

This commit is contained in:
TMMeilleur
2013-11-22 14:55:48 +02:00
parent 0a7ea9b124
commit 2376dd404f
54 changed files with 345 additions and 155 deletions
@@ -1,4 +1,3 @@
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
/* block top user information */
#header_right #header_user {
clear: both;
@@ -22,7 +21,7 @@
#header_right #header_user #shopping_cart a {
padding: 7px 10px 14px 16px;
background: #333333;
min-width: 270px;
width: 270px;
display: block;
font-weight: bold;
color: #777777;
@@ -31,7 +30,7 @@
}
@media (min-width: 768px) and (max-width: 991px) {
#header_right #header_user #shopping_cart a {
min-width: 190px;
width: 190px;
}
}
@media (min-width: 768px) and (max-width: 991px) {