less-rails-bootswatch 0.2.3 → 0.2.4

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.
@@ -1,7 +1,7 @@
1
1
  module Less
2
2
  module Rails
3
3
  module Bootswatch
4
- VERSION = "0.2.3"
4
+ VERSION = "0.2.4"
5
5
  end
6
6
  end
7
7
  end
@@ -6,6 +6,10 @@
6
6
  // TYPOGRAPHY
7
7
  // -----------------------------------------------------
8
8
 
9
+ body {
10
+ word-spacing: -0.05em;
11
+ }
12
+
9
13
  h1, h2, h3, h4, h5, h6 {
10
14
  line-height: 2em;
11
15
  color: @textColor;
@@ -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: 19px;
52
+ @baseFontSize: 17px;
53
53
  @baseFontFamily: @serifFontFamily;
54
- @baseLineHeight: 1.6em;
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 #CCC;
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.3
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-02 00:00:00.000000000 Z
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