mindy 0.1 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/lib/mindy.rb CHANGED
@@ -3,7 +3,7 @@ Compass::Frameworks.register("mindy", :path => "#{File.dirname(__FILE__)}/..")
3
3
 
4
4
  module Mindy
5
5
 
6
- VERSION = "0.1"
7
- DATE = "2012-09-09"
6
+ VERSION = "0.1.1"
7
+ DATE = "2012-09-24"
8
8
 
9
9
  end
@@ -96,10 +96,10 @@ input[type="week"] {
96
96
  margin: 0;
97
97
  padding: 2px 3px;
98
98
  text-align: left;
99
- font-size: 13px;
99
+ font-size: inherit;
100
100
  // Leaving out Helvetica Neue, to not throw off size="..."
101
101
  // on inputs. Arial is more reliable, on Windows and OS X.
102
- font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
102
+ font-family: inherit;
103
103
  height: 1.8em;
104
104
  vertical-align: top;
105
105
  // IE7
@@ -182,7 +182,9 @@ select[size="1"] {
182
182
  border: 1px solid;
183
183
  border-color: #747474 #5e5e5e #4f4f4f;
184
184
  color: white;
185
- font: 13px / 17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
185
+ font-family: inherit;
186
+ //font: 13px / 17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
187
+ font-size: inherit;
186
188
  overflow: hidden;
187
189
  padding: 15px 15px 17px;
188
190
  text-shadow: black 0 0 1px;
@@ -210,7 +212,8 @@ optgroup {
210
212
  font-style: normal;
211
213
  font-weight: normal;
212
214
  // Font family repeated, for Firefox.
213
- font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
215
+ //font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
216
+ font-family: inherit;
214
217
  // Kill phantom spacing and dotted
215
218
  // border that appears in Firefox.
216
219
  &::-moz-focus-inner {
@@ -52,13 +52,13 @@ $gridRowWidth: 978px !default;
52
52
  margin-left: $gridGutterWidth;
53
53
  }
54
54
 
55
+ &:last-child {
56
+ @include clearfix();
57
+ }
58
+
55
59
  &:first-child {
56
60
  margin-left: 0;
57
61
  }
58
-
59
- //&:last-child {
60
- // @include clearfix();
61
- //}
62
62
  }
63
63
 
64
64
  @include grid-generate-column($gridFluid, $gridColumns, $gridColumnWidth, $gridGutterWidth);
metadata CHANGED
@@ -5,7 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- version: "0.1"
8
+ - 1
9
+ version: 0.1.1
9
10
  platform: ruby
10
11
  authors:
11
12
  - Falaleev Maxim
@@ -13,7 +14,7 @@ autorequire:
13
14
  bindir: bin
14
15
  cert_chain: []
15
16
 
16
- date: 2012-09-09 00:00:00 +04:00
17
+ date: 2012-09-24 00:00:00 +04:00
17
18
  default_executable:
18
19
  dependencies:
19
20
  - !ruby/object:Gem::Dependency