less-rails-bootswatch 0.2.7 → 0.2.8
Sign up to get free protection for your applications and to get access to all the features.
@@ -52,6 +52,10 @@ h6, .hero-unit {
|
|
52
52
|
background-color: transparent;
|
53
53
|
}
|
54
54
|
|
55
|
+
.nav-collapse .nav li.dropdown > .dropdown-toggle:hover {
|
56
|
+
color: @textColor;
|
57
|
+
}
|
58
|
+
|
55
59
|
.nav li.dropdown .dropdown-toggle .caret,
|
56
60
|
.nav li.open.dropdown .dropdown-toggle .caret {
|
57
61
|
border-top-color: @textColor;
|
@@ -33,7 +33,7 @@
|
|
33
33
|
|
34
34
|
// Scaffolding
|
35
35
|
// -------------------------
|
36
|
-
@bodyBackground: #
|
36
|
+
@bodyBackground: #F3F3F3;
|
37
37
|
@textColor: @gray;
|
38
38
|
|
39
39
|
|
@@ -146,7 +146,7 @@
|
|
146
146
|
// Navbar
|
147
147
|
// -------------------------
|
148
148
|
@navbarHeight: 40px;
|
149
|
-
@navbarBackground: #
|
149
|
+
@navbarBackground: #F8F8F8;
|
150
150
|
@navbarBackgroundHighlight: @navbarBackground;
|
151
151
|
|
152
152
|
@navbarText: @gray;
|
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.8
|
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-
|
12
|
+
date: 2012-07-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: less-rails-bootstrap
|
@@ -87,7 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
87
87
|
version: '0'
|
88
88
|
requirements: []
|
89
89
|
rubyforge_project:
|
90
|
-
rubygems_version: 1.8.
|
90
|
+
rubygems_version: 1.8.24
|
91
91
|
signing_key:
|
92
92
|
specification_version: 3
|
93
93
|
summary: Straightforward Bootswatches integration with Rails
|