less-rails-bootswatch 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -49,9 +49,9 @@
|
|
49
49
|
@serifFontFamily: Georgia, "Times New Roman", Times, serif;
|
50
50
|
@monoFontFamily: Menlo, Monaco, Consolas, "Courier New", monospace;
|
51
51
|
|
52
|
-
@baseFontSize:
|
52
|
+
@baseFontSize: 17px;
|
53
53
|
@baseFontFamily: @serifFontFamily;
|
54
|
-
@baseLineHeight: 1.
|
54
|
+
@baseLineHeight: 1.3em;
|
55
55
|
@altFontFamily: @serifFontFamily;
|
56
56
|
|
57
57
|
@headingsFontFamily: inherit; // empty to use BS default, @baseFontFamily
|
@@ -153,8 +153,12 @@ div.subnav {
|
|
153
153
|
// FORMS
|
154
154
|
// -----------------------------------------------------
|
155
155
|
|
156
|
+
legend {
|
157
|
+
border-bottom: 1px solid #ddd;
|
158
|
+
}
|
159
|
+
|
156
160
|
.navbar-search .search-query {
|
157
|
-
border: 1px solid #
|
161
|
+
border: 1px solid #ddd;
|
158
162
|
.border-radius(0);
|
159
163
|
background-color: @bodyBackground;
|
160
164
|
color: @gray;
|
@@ -167,9 +171,6 @@ div.subnav {
|
|
167
171
|
// TABLES
|
168
172
|
// -----------------------------------------------------
|
169
173
|
|
170
|
-
.table th {
|
171
|
-
font-weight: normal;
|
172
|
-
}
|
173
174
|
|
174
175
|
// BUTTONS
|
175
176
|
// -----------------------------------------------------
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: less-rails-bootswatch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-05-
|
12
|
+
date: 2012-05-08 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: less-rails-bootstrap
|