From bee310a34f115879d34ff2a2ee23e7066ac0d28d Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 18 Jun 2015 15:01:29 +0000 Subject: [PATCH] update website --- css/react-native.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/css/react-native.css b/css/react-native.css index 30048ecd6d4..8fd1797f78b 100644 --- a/css/react-native.css +++ b/css/react-native.css @@ -369,7 +369,7 @@ h1:hover .hash-link, h2:hover .hash-link, h3:hover .hash-link, h4:hover .hash-li .nav-docs ul { list-style: none; margin: 0; - margin-left: 10px; + margin-left: 1px; } .nav-docs ul ul { @@ -400,9 +400,13 @@ h1:hover .hash-link, h2:hover .hash-link, h3:hover .hash-link, h4:hover .hash-li } .nav-docs h3 { - margin: 0; line-height: 25px; - margin-top: 5px; + margin-top: 12px; + margin-bottom: 5px; +} + +.nav-docs .nav-docs-section:first-child h3 { + margin-top: 0; } .nav-docs .nav-docs-section:first-child {