mirror of https://github.com/docker/docs.git
this v spacing irritated me while i was reading
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@docker.com> (github: SvenDowideit)
This commit is contained in:
parent
8e59bda173
commit
11a75ec97f
|
@ -29,13 +29,17 @@
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: #394d54;
|
color: #394d54;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
margin: 0px 0 10px 0;
|
margin: 10px 0 10px 0;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#leftnav li.active {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.content-body {
|
.content-body {
|
||||||
padding: 0px 0px 0px 20px;
|
padding: 0px 0px 0px 20px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue