19088: Export collection/project properties as bucket-level tags.
[arvados.git] / doc / css / code.css
index 59dc1be5b43081160fb23080c15b579f3d3e5f96..a97e1d83204490c4e803d18e1a87349c3532e98b 100644 (file)
@@ -1,3 +1,7 @@
+/* Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: CC-BY-SA-3.0 */
+
 table.code {
     font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
     display: block;
@@ -25,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; }