1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-08 23:50:43 +02:00

sections 5 and 6

This commit is contained in:
Pomax
2015-12-30 16:47:44 -08:00
parent 697330ed54
commit 83ba8e1bf4
16 changed files with 2081 additions and 1134 deletions

32
stylesheets/figure.less Normal file
View File

@@ -0,0 +1,32 @@
figure {
display: inline-block;
border: 1px solid grey;
background: #F0F0F0;
@psize: 0.5em;
padding: @psize @psize 0 @psize;
text-align: center;
&.inline {
border: none;
margin: 0;
}
canvas {
display: inline-block;
background: white;
border: 1px solid lightgrey;
}
figcaption {
text-align: center;
padding: 0.5em 0;
font-style: italic;
font-size: 90%;
}
}
div.figure {
display: inline-block;
border: 1px solid grey;
text-align: center;
}