redmine-neopoly_style 0.3.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/assets/stylesheets/neopoly_style.css +2 -1
- data/lib/assets/stylesheets/_layout.sass +8 -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: 4cecf04cfb89c58a26a1c1bbda4cf678f75ff13f
|
|
4
|
+
data.tar.gz: 559a8ddd8eb2e415bcf2575438650f80fdea9af6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0edd09f973fa6138a8df064df476a4eb6971e8f5fbe971eca5ea25f9fc9a0df80b78b5d6adc793f2d29daf2b5bfea9601969d5b206f4b5a6732dd31c45c65a8d
|
|
7
|
+
data.tar.gz: af691b626b0c0497da59f157010e442b7fe5e2a39a6201786bca397ef6ac0c10e9e93b3090fe1b9aff94c09bbd17af68017219fa955901d56c1528c552d161f2
|
|
@@ -20,7 +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 35px 10px; background-position-y: 11%; height: auto; min-height: initial; }
|
|
23
|
-
#header > h1 { height:
|
|
23
|
+
#header > h1 { padding: 0; height: 29px; margin: 0 24px; font-weight: normal; font-size: 23px; line-height: 15px; }
|
|
24
|
+
#header > h1 .breadcrumbs { font-size: 0.5em; margin-top: -5px; margin-bottom: 3px; }
|
|
24
25
|
|
|
25
26
|
#main { margin: 15px 15px 0 15px; }
|
|
26
27
|
#main > #sidebar ul { margin: 12px 0; padding: 0 0 0 30px; }
|
|
@@ -12,10 +12,16 @@ body, #wrapper, #main
|
|
|
12
12
|
min-height: initial
|
|
13
13
|
|
|
14
14
|
> h1
|
|
15
|
-
|
|
15
|
+
padding: 0
|
|
16
|
+
height: 29px
|
|
16
17
|
margin: 0 24px
|
|
17
18
|
font-weight: normal
|
|
18
|
-
|
|
19
|
+
font-size: 23px
|
|
20
|
+
line-height: 15px
|
|
21
|
+
.breadcrumbs
|
|
22
|
+
font-size: 0.5em
|
|
23
|
+
margin-top: -5px
|
|
24
|
+
margin-bottom: 3px
|
|
19
25
|
|
|
20
26
|
#main
|
|
21
27
|
margin: 15px 15px 0 15px
|