Skip to content

Commit 834d656

Browse files
committed
Improve docs CSS
Make the property name style prettier.
1 parent 40ba420 commit 834d656

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

doc/template/style/base.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,20 @@ table.alignedsummary td {
7171
padding: 3px 5px 3px 10px;
7272
text-align: right;
7373
}
74+
75+
.qmlproto table {
76+
border: none;
77+
border-bottom: 2px #eee solid;
78+
}
79+
.qmlname, .qmlname td p {
80+
font-size: 1.46em;
81+
}
82+
.qmlname td, .qmlname th {
83+
text-align: left;
84+
padding: 5px 0 0 0;
85+
}
86+
.context h3.fn .name,
87+
.context h3 span.type,
88+
.qmlname span.name {
89+
font-weight: 400;
90+
}

0 commit comments

Comments
 (0)