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 committed Nov 27, 2015
1 parent 20acc60 commit 8b75030
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 8b75030

Please sign in to comment.