Merge pull request #6567 from JasonGiedymin/add-h3
Add H3 menu entries for leftnav Upstream-commit: 489826798829f2fd17a36e11e5809b211f808bc6 Component: engine
This commit is contained in:
12
components/engine/docs/theme/mkdocs/css/docs.css
vendored
12
components/engine/docs/theme/mkdocs/css/docs.css
vendored
@ -24,6 +24,18 @@
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#leftnav h3 {
|
||||
font-size: 10px;
|
||||
font-weight: 700;
|
||||
color: #394d54;
|
||||
line-height: 1;
|
||||
margin: 0px 0 10px 0;
|
||||
padding-left: 20px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.content-body {
|
||||
padding: 0px 0px 0px 20px;
|
||||
}
|
||||
|
||||
@ -902,7 +902,7 @@ div + .form-inline {
|
||||
margin-bottom: 22px;
|
||||
}
|
||||
#leftnav .nav {
|
||||
margin: 0;
|
||||
margin: 0, 0, 20px, 0;
|
||||
}
|
||||
#leftnav .nav > li > a {
|
||||
line-height: 22px;
|
||||
|
||||
Reference in New Issue
Block a user