From dcfd0887e261558f7a66db2df2afe739451d650f Mon Sep 17 00:00:00 2001 From: Garen Torikian Date: Wed, 9 Jan 2013 23:16:16 -0800 Subject: [PATCH] Fix spacing and colors --- api/resources/csses/ace_api.css | 17 +++++------------ doc/site/style.css | 2 +- doc/template/resources/csses/ace_api.css | 17 +++++------------ 3 files changed, 11 insertions(+), 25 deletions(-) diff --git a/api/resources/csses/ace_api.css b/api/resources/csses/ace_api.css index be6f161d..47a6f9ac 100644 --- a/api/resources/csses/ace_api.css +++ b/api/resources/csses/ace_api.css @@ -324,9 +324,10 @@ ul.menu { margin-top: 22px; } -.dropdown .caret { - margin-top: 14px; - color: #6D8CA0; +.nav .dropdown-toggle .caret { + margin-top: 12px; + border-top-color: #6D8CA0; + border-bottom-color: #6D8CA0; } li.dropdown { @@ -502,15 +503,6 @@ header.filler { margin-bottom: 3px; } -#sidebar { - margin-top: 5px; - /*background: url(../images/sidebar-border.png) repeat-y right 0;*/ - margin-left: 12px; -/* width: 280px;*/ -/* overflow: auto;*/ - padding-right : 10px; -} - #sidebar h3 a, #sidebar h3 a:hover { color: #404040; @@ -521,6 +513,7 @@ header.filler { } #documentation { + padding-top: 15px; padding-left: 15px; padding-bottom: 10px; } diff --git a/doc/site/style.css b/doc/site/style.css index b0093d04..94ac38f9 100644 --- a/doc/site/style.css +++ b/doc/site/style.css @@ -192,7 +192,7 @@ UL{ } .menu, .site-menu { - padding:23px 0 0 24px; + padding: 25px 0 0 35px; } UL.content-list { diff --git a/doc/template/resources/csses/ace_api.css b/doc/template/resources/csses/ace_api.css index be6f161d..47a6f9ac 100644 --- a/doc/template/resources/csses/ace_api.css +++ b/doc/template/resources/csses/ace_api.css @@ -324,9 +324,10 @@ ul.menu { margin-top: 22px; } -.dropdown .caret { - margin-top: 14px; - color: #6D8CA0; +.nav .dropdown-toggle .caret { + margin-top: 12px; + border-top-color: #6D8CA0; + border-bottom-color: #6D8CA0; } li.dropdown { @@ -502,15 +503,6 @@ header.filler { margin-bottom: 3px; } -#sidebar { - margin-top: 5px; - /*background: url(../images/sidebar-border.png) repeat-y right 0;*/ - margin-left: 12px; -/* width: 280px;*/ -/* overflow: auto;*/ - padding-right : 10px; -} - #sidebar h3 a, #sidebar h3 a:hover { color: #404040; @@ -521,6 +513,7 @@ header.filler { } #documentation { + padding-top: 15px; padding-left: 15px; padding-bottom: 10px; }