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, 5 insertions, 5 deletions
diff --git a/css/base.css b/css/base.css
index 4ef3945..e8278a5 100644
--- a/css/base.css
+++ b/css/base.css
@@ -2,7 +2,7 @@
margin-top:1rem;
}
-img + *,ol + *,p.imageText + *,p.large + *,p.small + *,ul + *,table + * {
+img + *,ol + *,p.graphicText + *,p.large + *,p.small + *,ul + *,table + * {
margin-top:1rem;
}
@@ -47,7 +47,7 @@ p.large {
font-weight: bold;
}
-p.small,p.imageText {
+p.small,p.graphicText {
font-size:calc(11rem / 12);
}
@@ -65,9 +65,9 @@ p.math,table tr td.math {
margin: calc(3rem / 2 / 2) 0;
}
-p.imageText {
- font-style: italic;
- margin-top: calc(1rem / 2);
+p.graphicText {
+ font-style:italic;
+ margin-top:calc(1rem / 2);
}
img {