magic_stylez 0.0.0.8 → 0.0.0.9

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e5ef79f9bf4af5257d0b109e913074762098ef9a
4
- data.tar.gz: c8e03c4bef834bc72731c74619254c94560ed1c1
3
+ metadata.gz: 77ad623370b30dfb9edc0a5ab80f035233640746
4
+ data.tar.gz: 8266b523955aa495ababd756e099f38368234ae9
5
5
  SHA512:
6
- metadata.gz: ed667c27ed9cdc56b50a3ac625b0e42fdccb4892aac8c4a34daef02d745fab15faad3b2f00ed05f9f9a8165859000d16144a1fb5aff15a09644532ce429ad9b2
7
- data.tar.gz: f632d7eeae65cff1b9697a1456646a9d2b4179e26c2433d59aca84d46c6fa02ecd36e55879577547abab3d21ab2a6ec5bbfe5786742fc8da3c49b4d235249ac5
6
+ metadata.gz: 13f4341930648341861a95dcdf07af137d72fc384858fde41e7d980dff936286c603052c3c7341bac7bcb62897fbfb7181bc2a5c012b5edefc053c7edae729ca
7
+ data.tar.gz: a0f2f86f8d859220467c1c89bb3f9564dd4e0ef6e5c061d604e849bf7e966706acdf9b9eae25bacc2d667c31f688904dfb781613d4d6ddeede6a8701c0f5a77e
@@ -1,3 +1,3 @@
1
1
  module MagicStylez
2
- VERSION = "0.0.0.8"
2
+ VERSION = "0.0.0.9"
3
3
  end
@@ -7,7 +7,7 @@ body {
7
7
  #body { padding:0; margin:0; }
8
8
  }
9
9
 
10
- #fixedNav {
10
+ #fixed_nav {
11
11
  position: fixed;
12
12
  // let graphic card render header:
13
13
  @include transform( translateZ( 0 ) );
@@ -186,7 +186,7 @@ body.front { padding: 42px 0 0; }
186
186
 
187
187
  // # # # R E S P O N S I V E - S T E P S # # # # # # # # # # # # # # # # # # # # # # # # # # #
188
188
  @include responsiveStep-xs-only {
189
- #fixedNav .logo-cell {display: none;}
189
+ #fixed_nav .logo-cell {display: none;}
190
190
  #nav-aside .inner-aside {
191
191
  display: table;
192
192
  table-layout:fixed;
@@ -203,11 +203,11 @@ body.front { padding: 42px 0 0; }
203
203
  }
204
204
  }
205
205
  @include responsiveStep-sm {
206
- #fixedNav.full-links .navbar-header > .navbar-brand {display: none;}
206
+ #fixed_nav.full-links .navbar-header > .navbar-brand {display: none;}
207
207
  body.app {
208
208
  padding: 42px 0 0;
209
209
  #body { padding:0; margin-left: 50px; }
210
- #fixedNav .container-fluid { padding: 0 20px 0 50px;}
210
+ #fixed_nav .container-fluid { padding: 0 20px 0 50px;}
211
211
  }
212
212
 
213
213
  #nav-aside {
@@ -24,7 +24,6 @@
24
24
 
25
25
 
26
26
  // load layout helper
27
- @import "magic/layout/body";
28
27
  @import "magic/layout/section";
29
28
  @import "magic/layout/corset";
30
29
  // @import "magic/layout/tables";
@@ -42,6 +41,7 @@
42
41
  @import "magic/content/pix";
43
42
 
44
43
 
44
+ @import "magic/layout/body";
45
45
 
46
46
 
47
47
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magic_stylez
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0.8
4
+ version: 0.0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Torsten Wetzel