summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css
index 4a3e22c..96e4596 100644
--- a/style.css
+++ b/style.css
@@ -137,13 +137,13 @@ dd {
width: var(--margin-width);
}
-.sidenote {
+.note-right {
margin-right: calc(-1 * (var(--margin-width) + var(--gutter-width)));
float: right;
clear: right;
}
-.marginnote {
+.note-left {
float: left;
clear: left;
margin-left: calc(-1 * (var(--margin-width) + var(--gutter-width)));