aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/user_doc.css
diff options
context:
space:
mode:
authorGravatar Mark Griffiths <mark@thebespokepixel.com>2014-09-07 17:35:19 +0100
committerGravatar Mark Griffiths <mark@thebespokepixel.com>2014-09-07 17:35:19 +0100
commit2e034e767f28a0971e69e960ef1744f0d6d7b20b (patch)
treecd4608e48ac693b900197f39771769ea1daa1441 /doc_src/user_doc.css
parentaed92b9a2c740dc0ded5bcd1656d4b5b148dbd25 (diff)
Update menus for consistency
Widened 'Commands' menu + fish logo fish logo added to FAQ menu 'Commands' menu content aligned with Docs menu 'FAQ' menu content aligned and made 1st order as all entires are long and wrap.
Diffstat (limited to 'doc_src/user_doc.css')
-rw-r--r--doc_src/user_doc.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc_src/user_doc.css b/doc_src/user_doc.css
index 453f0200..5c041fd3 100644
--- a/doc_src/user_doc.css
+++ b/doc_src/user_doc.css
@@ -51,14 +51,12 @@ body {
font-family: DejaVuSansCondensed, DejaVuSans, Roboto, "Lucida Grande", Calibri, Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
background-color: #1f2d53;
}
-.fish_left_little { width: 19rem; }
.fish_right_bar {
margin-left: 25rem;
margin-right: 0;
padding: 0 3rem;
box-shadow: -0.3rem 0.3rem 1rem #000818;
}
-.fish_right_big { margin-left: 19rem; }
.fish_only_bar {
width: 100%;
padding-bottom: 3rem;
@@ -242,7 +240,7 @@ tt, code, pre, .fish {
.docs_menu > ul ul { margin: 0.6rem 0; }
.docs_menu > ul ul > li { margin-bottom: 0.2rem; }
/*Tutorial*/
-
+.tutorial_menu { margin-left: 2rem; }
/*Design*/
.design {
max-width: 780px;
@@ -250,10 +248,12 @@ tt, code, pre, .fish {
padding: 0 4rem;
}
/*Commands*/
-.commands_menu { line-height: 2rem; }
+.commands_menu { line-height: 2rem; margin-left: 2rem; }
/*FAQ*/
-.faq_menu { line-height: 2rem; }
+.faq_menu { line-height: 2rem; margin-top: 4rem; margin-right: 2rem;}
+.faq_menu > ul > li { position: static; }
.faq_menu > ul li { margin-bottom: 0.6rem; }
+
/*Licenses*/
.license {
max-width: 780px;