yakstrap 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -52,8 +52,15 @@ h1,h2,h3,h4,h5,h6{
52
52
  @include clearfix;
53
53
  }
54
54
 
55
- ul.unstyled{
56
- @include unstyled
55
+ ul{
56
+ &.compact{
57
+ margin: 0;
58
+ padding: 0;
59
+ }
60
+
61
+ &.unstyled{
62
+ @include unstyled
63
+ }
57
64
  }
58
65
 
59
66
  hr{
@@ -52,8 +52,14 @@ h1,h2,h3,h4,h5,h6{
52
52
  @include clearfix;
53
53
  }
54
54
 
55
- ul.unstyled{
56
- @include unstyled
55
+ ul{
56
+ &.compact{
57
+
58
+ }
59
+
60
+ &.unstyled{
61
+ @include unstyled
62
+ }
57
63
  }
58
64
 
59
65
  hr{
@@ -69,7 +75,7 @@ hr{
69
75
  .vertical-separator{
70
76
  position: absolute;
71
77
  top: 0px;
72
- right: -2px;
78
+ right: -1px;
73
79
  width: 1px;
74
80
  bottom: 0px;
75
81
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
@@ -1,3 +1,3 @@
1
1
  module Yakstrap
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -1,3 +1,3 @@
1
1
  module Yakstrap
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yakstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: