template/resources/style.css in jsduck-0.1 vs template/resources/style.css in jsduck-0.2
- old
+ new
@@ -118,10 +118,12 @@
height: 1px;
background: #ccc;
margin: 5px 0;
overflow: hidden;
line-height: 1px;
+ /* Force the line always below inheritance tree */
+ clear: both;
}
.body-wrap .member-table {
width: 100%;
@@ -249,25 +251,12 @@
.body-wrap pre code {
font-size: 12px !important;
color: #000;
line-height: 16px !important;
}
- .body-wrap pre code b {
- font-weight: normal;
- color: #800080;
- }
- .body-wrap pre code em {
- font-weight: normal;
- color: #008080;
- background-color:#eee;
- }
- .body-wrap pre code i,
- .body-wrap pre code i b,
- .body-wrap pre code i em {
- font-weight: normal;
- font-style: normal;
- color: #999;
- }
+.body-wrap pre code a {
+ text-decoration: underline !important;
+}
/* Hide long descriptions initially */
/* When "expanded" class set, hide short and show long */
.body-wrap .mdesc .long {
display: none;