mindy 0.1 → 0.1.1
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.
- data/lib/mindy.rb +2 -2
- data/stylesheets/mindy/css3/_formalize.scss +7 -4
- data/stylesheets/mindy/grid/_grid.scss +4 -4
- metadata +3 -2
data/lib/mindy.rb
CHANGED
|
@@ -96,10 +96,10 @@ input[type="week"] {
|
|
|
96
96
|
margin: 0;
|
|
97
97
|
padding: 2px 3px;
|
|
98
98
|
text-align: left;
|
|
99
|
-
font-size:
|
|
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:
|
|
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:
|
|
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
|
-
|
|
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-
|
|
17
|
+
date: 2012-09-24 00:00:00 +04:00
|
|
17
18
|
default_executable:
|
|
18
19
|
dependencies:
|
|
19
20
|
- !ruby/object:Gem::Dependency
|