Browse code

this v spacing irritated me while i was reading

Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@docker.com> (github: SvenDowideit)

Sven Dowideit authored on 2014/12/05 11:01:13
Showing 1 changed files
... ...
@@ -29,13 +29,17 @@
29 29
   font-weight: 700;
30 30
   color: #394d54;
31 31
   line-height: 1;
32
-  margin: 0px 0 10px 0;
32
+  margin: 10px 0 10px 0;
33 33
   padding-left: 20px;
34 34
   white-space: nowrap;
35 35
   overflow: hidden;
36 36
   text-overflow: ellipsis;
37 37
 }
38 38
 
39
+#leftnav li.active {
40
+  margin-bottom: 10px;
41
+}
42
+
39 43
 .content-body {
40 44
   padding: 0px 0px 0px 20px;
41 45
 }