aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--public/css/styles.less27
-rw-r--r--views/test.ejs8
2 files changed, 34 insertions, 1 deletions
diff --git a/public/css/styles.less b/public/css/styles.less
index 2e25bd2..2cad3a7 100644
--- a/public/css/styles.less
+++ b/public/css/styles.less
@@ -11,3 +11,30 @@ div#wrapper {
margin-top: @navbarHeight;
background: @yellow;
}
+
+
+.bs-docs-sidenav {
+ background-color: @white;
+ width: 200px;
+ top: 100px;
+ padding: 0;
+ margin: 0;
+
+ -webkit-border-radius: @borderRadiusLarge;
+ -moz-border-radius: @borderRadiusLarge;
+ border-radius: @borderRadiusLarge;
+ -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
+ -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
+ box-shadow: 0 1px 4px rgba(0,0,0,.065);
+}
+
+.bs-docs-sidenav > li > a {
+ display: block;
+ width: 190px \9;
+ margin: 0 0 -1px;
+ padding: 8px 14px;
+}
+
+.bs-docs-sidenav > li > a:hover {
+ background-color: @blue;
+}
diff --git a/views/test.ejs b/views/test.ejs
index 656a19f..8187850 100644
--- a/views/test.ejs
+++ b/views/test.ejs
@@ -11,7 +11,9 @@
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="/css/bootstrap.css" />
<link rel="stylesheet" href="/css/styles.css" />
-</head>
+ <!-- <link rel="stylesheet" href="/css/docs.css" /> -->
+
+ </head>
<body>
<!-- Navbar
================================================== -->
@@ -42,6 +44,10 @@
<!-- docs navbar
================================================== -->
<div class="span3 bs-docs-sidebar">
+ <ul class="nav nav-list bs-docs-sidenav affix">
+ <li><a href="#"><i class="icon-chevron-right"></i> Stian og hans mor</a></li>
+ <li><a href="#"><i class="icon-chevron-right"></i> Mora til Stian og RBK</a></li>
+ </ul>
</div>