mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-20 23:41:49 +02:00
.
This commit is contained in:
@@ -11,8 +11,8 @@ section {
|
|||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
content: "§" attr(data-num) " — ";
|
content: "§" attr(data-num) " — ";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a,a:active,a:hover,a:visited {
|
a,a:active,a:hover,a:visited {
|
||||||
@@ -29,4 +29,8 @@ section {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#comments:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
|
||||||
@import "note.less";
|
@import "note.less";
|
||||||
|
@@ -156,6 +156,9 @@ section table {
|
|||||||
section table p {
|
section table p {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
#comments:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
div.note {
|
div.note {
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
margin: 1em 2em;
|
margin: 1em 2em;
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user