Skip to content

Commit f3c50f5

Browse files
silverwindrvagg
authored andcommitted
doc: fix rare case of misaligned columns
By using the same unit for the offset of the main column as used for the left column width, we ensure that browsers render the columns conistently. Ref: nodejs/help#32 PR-URL: #3948 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
1 parent 00b839a commit f3c50f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api_assets/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ span.type {
356356

357357
#column1.interior {
358358
width: 702px;
359-
border-left: 13em solid #f2f5f0;
359+
border-left: 234px solid #f2f5f0;
360360
padding-left: 2.0em;
361361
}
362362

0 commit comments

Comments
 (0)