Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Reiss <me@silverwind.io>2015-11-21 03:19:04 +0300
committerRoman Reiss <me@silverwind.io>2015-11-27 03:52:33 +0300
commit8b7503024924d003a7fd7adf04d1e95a040187a8 (patch)
treef0a51fb2f5bb5a6e840cdae6d6057036a2d43b73 /doc/api_assets
parent20acc60615226571f979fec2c9c2b7489ec0e155 (diff)
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: https://github.com/nodejs/help/issues/32 PR-URL: https://github.com/nodejs/node/pull/3948 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Diffstat (limited to 'doc/api_assets')
-rw-r--r--doc/api_assets/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css
index 3be4c88f960..f03753d09bf 100644
--- a/doc/api_assets/style.css
+++ b/doc/api_assets/style.css
@@ -356,7 +356,7 @@ span.type {
#column1.interior {
width: 702px;
- border-left: 13em solid #f2f5f0;
+ border-left: 234px solid #f2f5f0;
padding-left: 2.0em;
}