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 <fishrock123@rocketmail.com>
  • Loading branch information
silverwind authored and jasnell committed Dec 23, 2015
1 parent f0e37c2 commit 7092f91
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 7092f91

Please sign in to comment.