1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-20 23:41:49 +02:00
This commit is contained in:
Pomax
2017-04-02 14:47:42 -07:00
parent 1a7135096d
commit 45d80088f4
3 changed files with 9 additions and 2 deletions

View File

@@ -11,8 +11,8 @@ section {
&:before {
content: "§" attr(data-num) " — ";
}
}
a,a:active,a:hover,a:visited {
@@ -29,4 +29,8 @@ section {
}
}
#comments:before {
content: "";
}
@import "note.less";

View File

@@ -156,6 +156,9 @@ section table {
section table p {
text-align: center;
}
#comments:before {
content: "";
}
div.note {
font-size: 90%;
margin: 1em 2em;

File diff suppressed because one or more lines are too long