X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cc414357e4eda3ed2060307f5b821385ae3d74bb..c502c5a50aae825683ee4cff629c6839a4209501:/doc/css/code.css diff --git a/doc/css/code.css b/doc/css/code.css index 59dc1be5b4..a97e1d8320 100644 --- a/doc/css/code.css +++ b/doc/css/code.css @@ -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; }