active_frontend 2.0.3 → 2.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/active_frontend/version.rb +1 -1
- data/vendor/assets/stylesheets/header.scss +5 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ee16bdfc52ef99e66fca098f946049afd679f969
|
4
|
+
data.tar.gz: 82e1b8585ac010bea098c940e6cdd4eedb763f33
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d6243e60ccf82772a358e79b3f0df8ccbb0ff34ee727a4334c35f661cf3143b4ae9e9e4becccd28212e95c49f6839aaa5e78f1ca5cbca2d210f518ec4acffad
|
7
|
+
data.tar.gz: 62bbc13720f3e10b0fd890ab670890e0db900810372a68183c0e47f426e96f1c725757b0d17df8b193d734b529619c420809501999515e3dd1edee3f5f1a01ab
|
@@ -30,8 +30,8 @@
|
|
30
30
|
text-decoration: none;
|
31
31
|
}
|
32
32
|
.header-brand > a > img {
|
33
|
-
|
34
|
-
height:
|
33
|
+
border-radius: 0;
|
34
|
+
height: 80px;
|
35
35
|
}
|
36
36
|
.header-trunk {
|
37
37
|
float: left;
|
@@ -166,6 +166,7 @@
|
|
166
166
|
================================================== */
|
167
167
|
.header-app { height: 60px; }
|
168
168
|
.header-app .header-brand > a { line-height: 67px; }
|
169
|
+
.header-app .header-brand > a > img { height: 60px; }
|
169
170
|
.header-app .header-trunk > li > a { padding: 23px 15px 22px 15px; }
|
170
171
|
.header-app .header-trunk > li.header-trunk-navicon a { padding: 13px 10px 11px 10px; }
|
171
172
|
.header-app .header-search { margin-top: 9px; }
|
@@ -187,4 +188,6 @@
|
|
187
188
|
font-size: 36px;
|
188
189
|
line-height: 57px;
|
189
190
|
}
|
191
|
+
.header-brand > a > img,
|
192
|
+
.header-app .header-brand > a > img { height: 50px; }
|
190
193
|
}
|