You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/layout/display/index.html
+6-6
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ <h3 class="f5 book pt4 caps">Display Block</h3>
87
87
<codeclass="f6">
88
88
<span class="db"></span>
89
89
</code>
90
-
<p>Block will inherently set width to 100% of its parent element. It will also cause a line break, even if the declared width doesn't take up the full width of the parent.</p>
90
+
<pclass="measure lh-copy">Block will inherently set width to 100% of its parent element. It will also cause a line break, even if the declared width doesn't take up the full width of the parent.</p>
91
91
<divclass="db bg-black-10 mb2">
92
92
block
93
93
</div>
@@ -100,7 +100,7 @@ <h3 class="f5 book pt4 caps">Display Inline-Block</h3>
100
100
<codeclass="f6">
101
101
<span class="dib"></span>
102
102
</code>
103
-
<pclass="measure">
103
+
<pclass="measure lh-copy">
104
104
Inline-block will wrap around content inline. It also allows you to set
105
105
height and width properties on the element, which display inline does not allow
106
106
you to do. It does render the white-space inbeween elements, so if you set
@@ -125,7 +125,7 @@ <h3 class="f5 book pt4 caps">Display Inline</h3>
125
125
<codeclass="f6">
126
126
<div class="di"></div>
127
127
</code>
128
-
<pclass="measure">
128
+
<pclass="measure lh-copy">
129
129
Set content inline. Inline doesn't respect height or width values. It does not render white space between elements.
130
130
</p>
131
131
<divclass="di bg-black-10 mb2">
@@ -149,10 +149,10 @@ <h3 class="f5 book pt4 caps">Display Table</h3>
Copy file name to clipboardExpand all lines: src/templates/docs/display/index.html
+6-6
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ <h3 class="f5 book pt4 caps">Display Block</h3>
51
51
<codeclass="f6">
52
52
<span class="db"></span>
53
53
</code>
54
-
<p>Block will inherently set width to 100% of its parent element. It will also cause a line break, even if the declared width doesn't take up the full width of the parent.</p>
54
+
<pclass="measure lh-copy">Block will inherently set width to 100% of its parent element. It will also cause a line break, even if the declared width doesn't take up the full width of the parent.</p>
55
55
<divclass="db bg-black-10 mb2">
56
56
block
57
57
</div>
@@ -64,7 +64,7 @@ <h3 class="f5 book pt4 caps">Display Inline-Block</h3>
64
64
<codeclass="f6">
65
65
<span class="dib"></span>
66
66
</code>
67
-
<pclass="measure">
67
+
<pclass="measure lh-copy">
68
68
Inline-block will wrap around content inline. It also allows you to set
69
69
height and width properties on the element, which display inline does not allow
70
70
you to do. It does render the white-space inbeween elements, so if you set
@@ -89,7 +89,7 @@ <h3 class="f5 book pt4 caps">Display Inline</h3>
89
89
<codeclass="f6">
90
90
<div class="di"></div>
91
91
</code>
92
-
<pclass="measure">
92
+
<pclass="measure lh-copy">
93
93
Set content inline. Inline doesn't respect height or width values. It does not render white space between elements.
94
94
</p>
95
95
<divclass="di bg-black-10 mb2">
@@ -113,10 +113,10 @@ <h3 class="f5 book pt4 caps">Display Table</h3>
0 commit comments