anjlab-bootstrap-rails 2.0.3.rc → 2.0.3.rc1
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
|
1
|
+
# Twitter Bootstrap v2.0.3 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
|
|
@@ -579,7 +579,6 @@
|
|
579
579
|
@include input-block-level();
|
580
580
|
float: left;
|
581
581
|
margin-left: $fluidGridGutterWidth;
|
582
|
-
*margin-left: $fluidGridGutterWidth - percentage(.5 / $gridRowWidth * 100);
|
583
582
|
//TODO: fix *margin-left: $fluidGridGutterWidth - (.5 / $gridRowWidth * 100 * 1%);
|
584
583
|
}
|
585
584
|
[class*="span"]:first-child {
|
@@ -107,7 +107,7 @@
|
|
107
107
|
margin: ($baseLineHeight / 2) 0;
|
108
108
|
border-top: 1px solid $navbarBackground;
|
109
109
|
border-bottom: 1px solid $navbarBackground;
|
110
|
-
@include box-shadow(inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1));
|
110
|
+
@include box-shadow((inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1)));
|
111
111
|
}
|
112
112
|
// Pull right (secondary) nav content
|
113
113
|
.navbar .nav-collapse .nav.pull-right {
|
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.0.3.
|
4
|
+
version: 2.0.3.rc1
|
5
5
|
prerelease: 6
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -164,7 +164,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
164
164
|
version: '0'
|
165
165
|
segments:
|
166
166
|
- 0
|
167
|
-
hash: -
|
167
|
+
hash: -2255832162949309994
|
168
168
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
169
169
|
none: false
|
170
170
|
requirements:
|