1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-12 03:34:12 +02:00
Files
BezierInfo-2/stylesheets/section.less
Pomax 45d80088f4 .
2017-04-02 14:47:42 -07:00

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";