stipe 0.0.3.4 → 0.0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/readme.md +3 -1
- data/stylesheets/stipe/toadstool/ui_patterns/_prettify.scss +2 -13
- metadata +1 -1
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(
|
|
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);
|