|
|
@@ -1,11 +1,16 @@
|
|
|
-.logo {
|
|
|
+.logo-wrapper {
|
|
|
width: 122px;
|
|
|
height: 31px;
|
|
|
- background: rgba(255,255,255,.2);
|
|
|
- /*background-image: url("../../images/logo.png");*/
|
|
|
+ /*background: rgba(255,255,255,.2);*/
|
|
|
margin: 16px 28px 16px 0;
|
|
|
float: left;
|
|
|
}
|
|
|
+
|
|
|
+.logo {
|
|
|
+ background-image: url("../../images/logo.png");
|
|
|
+ background-repeat:no-repeat; background-size:100% 100%;
|
|
|
+}
|
|
|
+
|
|
|
.change-locale {
|
|
|
margin-bottom: 16px;
|
|
|
}
|