caseadilla 0.0.14 → 0.0.15
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6f3cfd76674bba213738a2153f3581deaba62464
|
4
|
+
data.tar.gz: da68a130df25f98a0936aaa04debf1b19b65d1bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a2217fdb547712933a6ec61cdf189bebea9518628b6d705bfeaa27b4988e594771aac8f252d4143c7d0cd79cf4f2abafdd5c7ded60ca0b5070c30d09cf63daa
|
7
|
+
data.tar.gz: e96424afd13f495d3e7227dce9371a448e8d329f1c54b8f47fa2db53c892e1d2d86bcb20ba6df013045d15cc3f11de547086573ad342a0a7e3a0ec1624d6837a
|
@@ -63,11 +63,11 @@
|
|
63
63
|
ol > li ul,
|
64
64
|
ol > li ol { border-top: 4px solid #B9C4D0 }
|
65
65
|
li > p:first-child,
|
66
|
-
li > div:first-child { margin-top: 0 }
|
66
|
+
li > div:first-child { margin-top: 0 }
|
67
67
|
li > p:last-child,
|
68
68
|
li > div:last-child { margin-bottom: 0 }
|
69
|
-
li,
|
70
|
-
dd,
|
69
|
+
li,
|
70
|
+
dd,
|
71
71
|
dt { background: white;
|
72
72
|
margin: 0px 0 4px 20px;
|
73
73
|
padding: 8px 0 0 5px; }
|
@@ -113,7 +113,7 @@
|
|
113
113
|
br { height: 5px; line-height: 5px; }
|
114
114
|
|
115
115
|
/* labels: block elements; IE9 support ::before: http://stackoverflow.com/questions/7157405/are-css3-after-and-before-pseudo-elements-rendered-by-ie9 */
|
116
|
-
div, p, ol, ul, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, blockquote,
|
116
|
+
div, p, ol, ul, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, blockquote,
|
117
117
|
pre, address {
|
118
118
|
position: relative;
|
119
119
|
}
|
@@ -145,7 +145,7 @@ address::before {
|
|
145
145
|
-khtml-user-select: none;
|
146
146
|
-moz-user-select: none;
|
147
147
|
-o-user-select: none;
|
148
|
-
-ms-user-select: none;
|
148
|
+
-ms-user-select: none;
|
149
149
|
user-select: none;
|
150
150
|
cursor: default;
|
151
151
|
white-space: nowrap;
|
@@ -168,7 +168,7 @@ blockquote:hover::before,
|
|
168
168
|
pre:hover::before,
|
169
169
|
address:hover::before {
|
170
170
|
color: rgb(65,105,225);
|
171
|
-
background: rgba(255,255,255,0.);
|
171
|
+
background: rgba(255,255,255,0.3);
|
172
172
|
outline: 1px solid rgba(65,105,225,0.9);
|
173
173
|
}
|
174
174
|
div::before { content: "document division" } /* official names: https://developer.mozilla.org/en/HTML/Element */
|
@@ -257,7 +257,7 @@ dl[class]:not(:empty)::before, body:not(.short) dl:not(:empty)::before {
|
|
257
257
|
}
|
258
258
|
|
259
259
|
/* labels: inline elements */
|
260
|
-
span, strong, b, em, i, a, abbr, acronym, kbd, q, cite, samp, var, del,
|
260
|
+
span, strong, b, em, i, a, abbr, acronym, kbd, q, cite, samp, var, del,
|
261
261
|
ins, dfn, code, sup, sub {
|
262
262
|
position: relative;
|
263
263
|
}
|
@@ -293,7 +293,7 @@ sub:hover::before {
|
|
293
293
|
-khtml-user-select: none;
|
294
294
|
-moz-user-select: none;
|
295
295
|
-o-user-select: none;
|
296
|
-
-ms-user-select: none;
|
296
|
+
-ms-user-select: none;
|
297
297
|
user-select: none;
|
298
298
|
cursor: default;
|
299
299
|
white-space: nowrap;
|
data/lib/caseadilla/version.rb
CHANGED