Indent line-wrapped class names
This commit is contained in:
@@ -136,6 +136,11 @@ li {
|
|||||||
border-bottom: 1px solid #333;
|
border-bottom: 1px solid #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navigation .glyphicon {
|
||||||
|
margin-right: 3px;
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.navigation li.perfect-match {
|
.navigation li.perfect-match {
|
||||||
border: 5px solid orange;
|
border: 5px solid orange;
|
||||||
}
|
}
|
||||||
@@ -148,8 +153,8 @@ li {
|
|||||||
}
|
}
|
||||||
.navigation li.item .title {
|
.navigation li.item .title {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
position: relative;
|
display: -ms-flexbox;
|
||||||
display: block;
|
display: flex;
|
||||||
font-size: 0.85em;
|
font-size: 0.85em;
|
||||||
}
|
}
|
||||||
.navigation li.item .title a {
|
.navigation li.item .title a {
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ function listContent(item, title, listItemPrinter) {
|
|||||||
<li class="item" data-longname="<?js= item.longname ?>" data-name="<?js= item.name.toLowerCase() ?>">
|
<li class="item" data-longname="<?js= item.longname ?>" data-name="<?js= item.name.toLowerCase() ?>">
|
||||||
<span class="title">
|
<span class="title">
|
||||||
<span class="glyphicon <?js= getItemCssClass(item.type) ?> toggle"></span>
|
<span class="glyphicon <?js= getItemCssClass(item.type) ?> toggle"></span>
|
||||||
<?js= self.linkto(item.longname, item.prettyname.replace(/[.~]/g, '\u200b$&')) ?>
|
<span><?js= self.linkto(item.longname, item.prettyname.replace(/[.~]/g, '\u200b$&')) ?></span>
|
||||||
</span><?js
|
</span><?js
|
||||||
listContent(item, 'Members', printList);
|
listContent(item, 'Members', printList);
|
||||||
listContent(item, 'Typedefs', printListWithStability);
|
listContent(item, 'Typedefs', printListWithStability);
|
||||||
|
|||||||
Reference in New Issue
Block a user