Skip to content

Commit c7e9a70

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 <[email protected]>
1 parent 02dcdcb commit c7e9a70

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)