mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-12 03:34:12 +02:00
37 lines
438 B
Plaintext
37 lines
438 B
Plaintext
section {
|
|
margin-top: 4em;
|
|
|
|
p {
|
|
text-align: justify;
|
|
}
|
|
|
|
h2 {
|
|
&[data-num] {
|
|
border-bottom: 1px solid grey;
|
|
|
|
&:before {
|
|
content: "§" attr(data-num) " — ";
|
|
}
|
|
|
|
}
|
|
|
|
a,a:active,a:hover,a:visited {
|
|
text-decoration: none;
|
|
color: inherit;
|
|
}
|
|
}
|
|
|
|
table {
|
|
margin: auto;
|
|
p {
|
|
text-align: center;
|
|
}
|
|
}
|
|
}
|
|
|
|
#comments:before {
|
|
content: "";
|
|
}
|
|
|
|
@import "note.less";
|