lib/rdoc/generator/template/darkfish/css/rdoc.css in rdoc-6.1.2.1 vs lib/rdoc/generator/template/darkfish/css/rdoc.css in rdoc-6.2.0

- old
+ new

@@ -72,10 +72,13 @@ } code, pre { font-family: "Source Code Pro", Monaco, monospace; + background-color: rgba(27,31,35,0.05); + padding: 0em 0.2em; + border-radius: 0.2em; } /* @group Generic Classes */ .initially-hidden { @@ -101,11 +104,11 @@ color: #666; } .missing-docs { font-size: 120%; - background: white url(images/wrench_orange.png) no-repeat 4px center; + background: white url(../images/wrench_orange.png) no-repeat 4px center; color: #ccc; line-height: 2em; border: 1px solid #d00; opacity: 1; padding-left: 20px; @@ -145,15 +148,15 @@ } .table-of-contents li .toc-toggle { width: 16px; height: 16px; - background: url(images/add.png) no-repeat; + background: url(../images/add.png) no-repeat; } .table-of-contents li .toc-toggle.open { - background: url(images/delete.png) no-repeat; + background: url(../images/delete.png) no-repeat; } /* @end */ /* @group Top-Level Structure */ @@ -271,12 +274,17 @@ background: #969696; padding: 2px 4px; -webkit-border-radius: 5px; } +dl.label-list dt { + float: left; + margin-right: 1em; +} + .calls-super { - background: url(images/arrow_up.png) no-repeat right center; + background: url(../images/arrow_up.png) no-repeat right center; } /* @end */ /* @group Documentation Section */ @@ -498,10 +506,10 @@ font-size: 12px; color: #9b9877; visibility: hidden; padding-right: 20px; line-height: 20px; - background: url(images/zoom.png) no-repeat right top; + background: url(../images/zoom.png) no-repeat right top; } main .method-heading:hover .method-click-advice { visibility: visible; }