schnitzelstyle 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,6 +19,11 @@
19
19
  font: $font-default;
20
20
  }
21
21
 
22
+ /* set body class to 'loading' to switch the curser to a 'loading' cursor. */
23
+ html.loading, html.loading * {
24
+ cursor: wait !important;
25
+ }
26
+
22
27
  a {
23
28
  color: $color-link;
24
29
  }
@@ -113,7 +118,7 @@
113
118
  h1, h2, h3, h4, h5, h6 {
114
119
  font: $font-header;
115
120
  margin-top: 1em;
116
- @include floaty-title($color-text, lighten($color-text, 50%));
121
+ @include floaty-title($color-text, darken($color-page-background, 5%));
117
122
  }
118
123
 
119
124
  h1 {
@@ -1,3 +1,3 @@
1
1
  module Schnitzelstyle
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: schnitzelstyle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-02-19 00:00:00.000000000 Z
12
+ date: 2012-02-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass
16
- requirement: &70180181631340 !ruby/object:Gem::Requirement
16
+ requirement: &70331843353520 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70180181631340
24
+ version_requirements: *70331843353520
25
25
  description: A simple, light-weight CSS framework to kickstart your web app.
26
26
  email:
27
27
  - hendrik@mans.de