comfortable_mexican_sofa 1.10.0 → 1.10.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -38,23 +38,28 @@ body#comfy
|
|
38
38
|
display: block
|
39
39
|
padding: 7px 15px
|
40
40
|
color: #777
|
41
|
-
border-bottom: 1px solid #
|
41
|
+
border-bottom: 1px solid #333
|
42
42
|
text-decoration: none
|
43
|
+
text-shadow: 0 0 2px #000
|
43
44
|
a:hover, a.active
|
44
45
|
color: #ddd
|
45
46
|
a.active
|
46
47
|
background-color: #1f1f1f
|
47
48
|
box-shadow: inset 0px 0px 10px #000
|
48
49
|
a.active:after
|
50
|
+
border: 7px solid transparent
|
51
|
+
border-right-color: #fff
|
49
52
|
position: absolute
|
50
53
|
top: 10px
|
51
|
-
right:
|
54
|
+
right: 0px
|
52
55
|
z-index: 9999
|
53
56
|
content: ''
|
54
57
|
display: block
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
+
ul
|
59
|
+
list-style: none
|
60
|
+
margin: 0
|
61
|
+
a
|
62
|
+
padding: 7px 15px 7px 30px
|
58
63
|
|
59
64
|
// -- Right Side Boxes ----------------------------------------------------
|
60
65
|
.right-column-content
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: comfortable_mexican_sofa
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.10.
|
4
|
+
version: 1.10.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -229,7 +229,6 @@ files:
|
|
229
229
|
- app/assets/images/comfortable_mexican_sofa/icon_page.gif
|
230
230
|
- app/assets/images/comfortable_mexican_sofa/icon_site.gif
|
231
231
|
- app/assets/images/comfortable_mexican_sofa/icon_snippet.gif
|
232
|
-
- app/assets/images/comfortable_mexican_sofa/nav_arrow.png
|
233
232
|
- app/assets/javascripts/comfortable_mexican_sofa/admin/application.js
|
234
233
|
- app/assets/javascripts/comfortable_mexican_sofa/application.js.coffee
|
235
234
|
- app/assets/javascripts/comfortable_mexican_sofa/lib/bootstrap-datetimepicker.js
|
Binary file
|