src/main/webapp/projects.css

Sat, 30 May 2020 15:26:15 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 30 May 2020 15:26:15 +0200
changeset 81
1a2e7b5d48f7
parent 80
27a25f32048e
child 86
0a658e53177c
permissions
-rw-r--r--

adds issue summaries

universe@52 1 /*
universe@52 2 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
universe@52 3 *
universe@52 4 * Copyright 2018 Mike Becker. All rights reserved.
universe@52 5 *
universe@52 6 * Redistribution and use in source and binary forms, with or without
universe@52 7 * modification, are permitted provided that the following conditions are met:
universe@52 8 *
universe@52 9 * 1. Redistributions of source code must retain the above copyright
universe@52 10 * notice, this list of conditions and the following disclaimer.
universe@52 11 *
universe@52 12 * 2. Redistributions in binary form must reproduce the above copyright
universe@52 13 * notice, this list of conditions and the following disclaimer in the
universe@52 14 * documentation and/or other materials provided with the distribution.
universe@52 15 *
universe@52 16 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
universe@52 17 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
universe@52 18 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
universe@52 19 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
universe@52 20 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
universe@52 21 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
universe@52 22 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
universe@52 23 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
universe@52 24 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
universe@52 25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
universe@52 26 * POSSIBILITY OF SUCH DAMAGE.
universe@52 27 *
universe@52 28 */
universe@75 29
universe@75 30 #issue-list td {
universe@75 31 white-space: nowrap;
universe@80 32 }
universe@80 33
universe@80 34 #version-stats h2 {
universe@80 35 white-space: nowrap;
universe@80 36 }
universe@80 37
universe@80 38 #version-stats td {
universe@80 39 text-align: right;
universe@81 40 }
universe@81 41
universe@81 42 #project-attributes {
universe@81 43 margin-bottom: 2em;
universe@81 44 display: table;
universe@81 45 }
universe@81 46
universe@81 47 .row {
universe@81 48 display: table-row;
universe@81 49 }
universe@81 50
universe@81 51 .caption {
universe@81 52 font-weight: bold;
universe@81 53 }
universe@81 54
universe@81 55 .row > div {
universe@81 56 display: table-cell;
universe@81 57 }
universe@81 58
universe@81 59 .row > div + div {
universe@81 60 padding-left: 2em;
universe@81 61 }
universe@81 62
universe@81 63 span.phase-2 {
universe@81 64 text-decoration: line-through;
universe@81 65 }

mercurial