1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-02-24 09:33:19 +01:00
BezierInfo-2/stylesheets/section.less
2016-01-10 14:59:59 -08:00

33 lines
401 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;
}
}
}
@import "note.less";