Merge branch 'master' into 14075-uploadfiles
[arvados.git] / doc / css / code.css
index 59dc1be5b43081160fb23080c15b579f3d3e5f96..ff4a58e12c6ed6bd0e0a4af38dcd7ee884839178 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,12 @@ table.code tr td:nth-child(2) {
 .userinput {
     color: #d14;
 }
+
+table.CodeRay {
+    margin-left: 3em;
+    width: calc(100% - 6em);
+}
+
+td.line-numbers {
+    width: 2em;
+}