anjlab-bootstrap-rails 2.1.1.0 → 2.1.1.1
Sign up to get free protection for your applications and to get access to all the features.
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Twitter Bootstrap v2.1.
|
1
|
+
# Twitter Bootstrap v2.1.1 for Rails 3
|
2
2
|
Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites.
|
3
3
|
It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.
|
4
4
|
|
@@ -22,7 +22,7 @@
|
|
22
22
|
@include ie7-restore-right-whitespace();
|
23
23
|
line-height: 14px;
|
24
24
|
vertical-align: text-top;
|
25
|
-
background-image:
|
25
|
+
background-image: url($iconSpritePath);
|
26
26
|
background-position: 14px 14px;
|
27
27
|
background-repeat: no-repeat;
|
28
28
|
margin-top: 1px;
|
@@ -129,8 +129,8 @@ $zindexModal: 1050 !default;
|
|
129
129
|
|
130
130
|
|
131
131
|
// Sprite icons path
|
132
|
-
$iconSpritePath: image-path("glyphicons-halflings.png") !default;
|
133
|
-
$iconWhiteSpritePath: image-path("glyphicons-halflings-white.png") !default;
|
132
|
+
$iconSpritePath: image-path("twitter/glyphicons-halflings.png") !default;
|
133
|
+
$iconWhiteSpritePath: image-path("twitter/glyphicons-halflings-white.png") !default;
|
134
134
|
|
135
135
|
// Input placeholder text color
|
136
136
|
$placeholderText: $grayLight !default;
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: anjlab-bootstrap-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.1.
|
4
|
+
version: 2.1.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -168,7 +168,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
168
168
|
version: '0'
|
169
169
|
segments:
|
170
170
|
- 0
|
171
|
-
hash: -
|
171
|
+
hash: -2951471880793448769
|
172
172
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
173
173
|
none: false
|
174
174
|
requirements:
|
@@ -177,7 +177,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
177
177
|
version: '0'
|
178
178
|
segments:
|
179
179
|
- 0
|
180
|
-
hash: -
|
180
|
+
hash: -2951471880793448769
|
181
181
|
requirements: []
|
182
182
|
rubyforge_project:
|
183
183
|
rubygems_version: 1.8.24
|