From 99a20cad8ba6026f7276ef3ef5fcddbeaf19103f Mon Sep 17 00:00:00 2001 From: Roman Reiss Date: Sat, 21 Nov 2015 01:19:04 +0100 Subject: [PATCH] doc: fix misaligned columns on Firefox/Linux Ref: https://github.com/nodejs/help/issues/32 --- doc/api_assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css index 3be4c88f960d86..f03753d09bf66f 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; }