stipe 0.0.3.4 → 0.0.3.5

Sign up to get free protection for your applications and to get access to all the features.
data/readme.md CHANGED
@@ -17,10 +17,12 @@ For [reasons explained](/Anotheruiguy/toadstool/blob/master/doc-src/exploited-bu
17
17
 
18
18
  # Stipe Changelog
19
19
 
20
+ ## 0.0.3.5
21
+ * Updated code blocks to be 100% of view versus two columns by default
22
+
20
23
  ## 0.0.3.4
21
24
  * Updated default text to have text-adjust set to none.
22
25
 
23
-
24
26
  ## 0.0.3.3
25
27
  * Updates to grid soluiton for legacy browser support
26
28
 
@@ -68,20 +68,9 @@ ol.linenums
68
68
  @include border_radius(em(5));
69
69
  padding: em(10) em(10) 0 em(20);
70
70
  margin-bottom: em(20);
71
- @include grid(6.125);
71
+ @include grid(12);
72
72
  line-height: 1.5em;
73
-
74
-
75
-
76
- @media #{$desktop} {
77
- &:nth-of-type(odd) {
78
- margin-left: 0;
79
- }
80
- &:nth-of-type(even) {
81
- margin-right: 0;
82
- }
83
- }
84
-
73
+
85
74
  @media #{$tablet_portrait} {
86
75
  @include grid(10, $grid_context: 10);
87
76
  padding-right: em(10);
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stipe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3.4
4
+ version: 0.0.3.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: