summaryrefslogtreecommitdiff
path: root/css/base.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/base.css')
-rw-r--r--css/base.css10
1 files changed, 4 insertions, 6 deletions
diff --git a/css/base.css b/css/base.css
index 4e862d5..094f0c8 100644
--- a/css/base.css
+++ b/css/base.css
@@ -92,6 +92,10 @@ p.graphicText {
margin-top:calc(1rem / 2);
}
+p.graphicText + p.graphicText {
+ margin-top:0;
+}
+
img {
background-color:var(--foregroundColour);
border-color: var(--foregroundColour);
@@ -165,12 +169,6 @@ table tr td {
color: var(--foregroundColour);
}
-table tr td + td,table tr td + th,table tr th + td {
- border-left-color:var(--foregroundColour);
- border-left-style:solid;
- border-left-width:calc(1rem / 12);
-}
-
table tr td.rightAlign,table tr th.rightAlign {
text-align:right;
}