racket/collects/scriblib/figure.css
Matthew Flatt 818d7cb292 figure and bib support in scriblib
svn: r15078
2009-06-04 16:46:25 +00:00

22 lines
302 B
CSS

.Centerfigure, .CenterfigureMulti, .centerfigureMultiWide {
margin: 1em 0 1em 0;
width: 100%;
border: 1px solid #1818FF;
text-align: center;
}
.CenterfigureMultiWide {
width: 125%;
}
.FigureInside {
margin: 0 0 0 0;
padding: 0 1em 0 1em;
}
.Caption:before {
content: "Figure: ";
}