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:
32
stylesheets/figure.less
Normal file
32
stylesheets/figure.less
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user