redmine-neopoly_style 0.3.4 → 0.3.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/stylesheets/neopoly_style.css +2 -2
- data/lib/assets/stylesheets/_layout.sass +2 -2
- data/lib/neopoly_style/version.rb +1 -1
- 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: 0a0d55b2985a657f5470e2200c2c9555cd9b451e
|
4
|
+
data.tar.gz: 62618413094ec6dcc066d1a84c1becd93b6d095b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2b6ac175b922951b09a343664ad59c22abf713b57c4355de2b755c2d8932d92ee8b9b52bb03ed73558c6eb7fb7ddcf3d755dd9890d9f2e4ba0d13df4fe3d4926
|
7
|
+
data.tar.gz: 1ce174066e729536b9e46cd351c021700ee3a174d061d1682710a545142cafad6048b2be7434afe155b1ced33a153e7b3dd47310afa1ad35c1ce43898e09ce2b
|
@@ -20,8 +20,8 @@ h2, .wiki h1, h3, .wiki h2 { color: #222; }
|
|
20
20
|
body, #wrapper, #main { background-color: #EEE; }
|
21
21
|
|
22
22
|
#header { background-color: #504c84; background-image: -webkit-gradient(linear, left top, left bottom, from(#504c84), to(#3d455f)); background-image: -moz-linear-gradient(center top, #504c84 0%, #504c84 #3d455f); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$theme-color', endColorstr='#3d455f'); padding: 10px 0 0 10px; background-position-y: 11%; height: auto; min-height: 64px; }
|
23
|
-
#header > h1 { padding: 0; height: 34px; margin: 0 24px; font-weight: normal; font-size: 20px; line-height:
|
24
|
-
#header > h1 .breadcrumbs { font-size: 0.5em; margin-top: -3px; margin-bottom:
|
23
|
+
#header > h1 { padding: 0; height: 34px; margin: 0 24px; font-weight: normal; font-size: 20px; line-height: 20px; }
|
24
|
+
#header > h1 .breadcrumbs { font-size: 0.5em; margin-top: -3px; margin-bottom: -4px; }
|
25
25
|
|
26
26
|
#main { margin: 15px 15px 0 15px; }
|
27
27
|
#main > #sidebar ul { margin: 12px 0; padding: 0 0 0 30px; }
|
@@ -17,11 +17,11 @@ body, #wrapper, #main
|
|
17
17
|
margin: 0 24px
|
18
18
|
font-weight: normal
|
19
19
|
font-size: 20px
|
20
|
-
line-height:
|
20
|
+
line-height: 20px
|
21
21
|
.breadcrumbs
|
22
22
|
font-size: 0.5em
|
23
23
|
margin-top: -3px
|
24
|
-
margin-bottom:
|
24
|
+
margin-bottom: -4px
|
25
25
|
|
26
26
|
#main
|
27
27
|
margin: 15px 15px 0 15px
|