16561: Handle implicit port numbers in getListenAddress, add tests.
[arvados.git] / doc / css / code.css
index 543a14de0baff833edd73f63a76677c2f50fa055..a97e1d83204490c4e803d18e1a87349c3532e98b 100644 (file)
@@ -29,3 +29,14 @@ table.code tr td:nth-child(2) {
 .userinput {
     color: #d14;
 }
+
+table.CodeRay {
+    margin-left: 3em;
+    width: calc(100% - 6em);
+}
+
+td.line-numbers {
+    width: 2em;
+}
+
+.releasenotes h2 { margin-top: 1.5em; text-decoration: underline; }