Skip to content

Commit

Permalink
doc: fix rare case of misaligned columns
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
silverwind authored and rvagg committed Dec 5, 2015
1 parent 00b839a commit f3c50f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api_assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ span.type {

#column1.interior {
width: 702px;
border-left: 13em solid #f2f5f0;
border-left: 234px solid #f2f5f0;
padding-left: 2.0em;
}

Expand Down

0 comments on commit f3c50f5

Please sign in to comment.