templates/guide/fulldoc/html/css/style.css in yard-0.8.4.1 vs templates/guide/fulldoc/html/css/style.css in yard-0.8.5
- old
+ new
@@ -22,9 +22,17 @@
.method_header .since, .module_header .since { font-size: 0.75em; color: #888; vertical-align: super; }
ul { list-style: square; }
.inline { display: inline; }
.inline p:first-child { display: inline; }
.inline p { font-family: Georgia, serif; font-size: 16px; color: #3e4349; }
+#filecontents table, .docstring table { border-collapse: collapse; }
+#filecontents table th, #filecontents table td,
+.docstring table th, .docstring table td { border: 1px solid #ccc; padding: 8px; padding-right: 17px; }
+#filecontents table tr:nth-child(odd),
+.docstring table tr:nth-child(odd) { background: #eee; }
+#filecontents table tr:nth-child(even),
+.docstring table tr:nth-child(even) { background: #fff; }
+#filecontents table th, .docstring table th { background: #fff; }
.docstring .note { margin: 1em 0; }
.docstring h1, .docstring h2, .docstring h3, .docstring h4 { padding: 0; border: 0; border-bottom: 1px dotted #bbb; }
.docstring h1 { font-size: 1.2em; }
.docstring h2 { font-size: 1.1em; }
.docstring h3 { font-size: 1.1em; }