We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4029ad7 commit 2c1e0c4Copy full SHA for 2c1e0c4
1 file changed
css-position-4/Overview.bs
@@ -18,6 +18,24 @@ spec:css-break-4; type:dfn; text:fragment
18
spec:dom; type:dfn; for:/; text:element
19
</pre>
20
21
+<style>
22
+/* Put nice boxes around each algorithm. */
23
+[data-algorithm]:not(.heading) {
24
+ padding: .5em;
25
+ border: thin solid #ddd; border-radius: .5em;
26
+ margin: .5em calc(-0.5em - 1px);
27
+}
28
+[data-algorithm]:not(.heading) > :first-child {
29
+ margin-top: 0;
30
31
+[data-algorithm]:not(.heading) > :last-child {
32
+ margin-bottom: 0;
33
34
+[data-algorithm] [data-algorithm] {
35
+ margin: 1em 0;
36
37
+</style>
38
+
39
Introduction {#intro}
40
=====================
41
0 commit comments