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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0f0f8168531ccade22cb653885db08e337869b56
4
- data.tar.gz: 585d352008021f0c29aafdc918a5931087c3418c
3
+ metadata.gz: 0a0d55b2985a657f5470e2200c2c9555cd9b451e
4
+ data.tar.gz: 62618413094ec6dcc066d1a84c1becd93b6d095b
5
5
  SHA512:
6
- metadata.gz: 5c72de6604144b8f68c27c25551108f0c1d19e86ca7a63a4803842ff8f5323339f0fc023654bc144f52b12b23a672d0d4600bb399435764fdf1c4d6f2873450f
7
- data.tar.gz: ef8cfcf77ceec5a30ff04bce1bb05b54942f1f0af1648d9ff29c107cd39beb60945705e3899ae15ccb118b035d1ce6342b2a25aca9be8fe33e5a1883cd10e889
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: 14px; }
24
- #header > h1 .breadcrumbs { font-size: 0.5em; margin-top: -3px; margin-bottom: 2px; }
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: 14px
20
+ line-height: 20px
21
21
  .breadcrumbs
22
22
  font-size: 0.5em
23
23
  margin-top: -3px
24
- margin-bottom: 2px
24
+ margin-bottom: -4px
25
25
 
26
26
  #main
27
27
  margin: 15px 15px 0 15px
@@ -1,3 +1,3 @@
1
1
  module NeopolyStyle
2
- VERSION = "0.3.4"
2
+ VERSION = "0.3.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redmine-neopoly_style
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonas Thiel