less-rails-bootstrap 2.0.7 → 2.0.8
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/CHANGELOG.md
CHANGED
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
height: 14px;
|
|
22
22
|
line-height: 14px;
|
|
23
23
|
vertical-align: text-top;
|
|
24
|
-
background-image: url(
|
|
24
|
+
background-image: url(@iconSpritePath);
|
|
25
25
|
background-position: 14px 14px;
|
|
26
26
|
background-repeat: no-repeat;
|
|
27
27
|
|
|
28
28
|
.ie7-restore-right-whitespace();
|
|
29
29
|
}
|
|
30
30
|
.icon-white {
|
|
31
|
-
background-image: url(
|
|
31
|
+
background-image: url(@iconWhiteSpritePath);
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
.icon-glass { background-position: 0 0; }
|
|
@@ -123,8 +123,8 @@
|
|
|
123
123
|
|
|
124
124
|
// Sprite icons path
|
|
125
125
|
// -------------------------
|
|
126
|
-
@iconSpritePath: asset-
|
|
127
|
-
@iconWhiteSpritePath: asset-
|
|
126
|
+
@iconSpritePath: asset-path("twitter/bootstrap/glyphicons-halflings.png");
|
|
127
|
+
@iconWhiteSpritePath: asset-path("twitter/bootstrap/glyphicons-halflings-white.png");
|
|
128
128
|
|
|
129
129
|
|
|
130
130
|
// Input placeholder text color
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: less-rails-bootstrap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 31
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 2.0.
|
|
9
|
+
- 8
|
|
10
|
+
version: 2.0.8
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Ken Collins
|