Commit a02ed75e authored by miloyip's avatar miloyip

Use smaller font for title of class reference

parent 4b6bf046
...@@ -74,6 +74,18 @@ div.toc li { ...@@ -74,6 +74,18 @@ div.toc li {
margin-top: 0px; margin-top: 0px;
} }
.summary {
float: none !important;
width: auto !important;
padding-top: 10px;
padding-right: 10px !important;
}
.summary + .headertitle .title {
font-size: 1.5em;
line-height: 2.0em;
}
body h1 { body h1 {
font-size: 2em; font-size: 2em;
line-height: 1.7; line-height: 1.7;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment