/usr/share/doc/racket/guide/figure.css is in racket-doc 6.1-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | .Centertext {
text-align: center;
margin: 0 0 0 0;
}
.Figure, .FigureMulti, .FigureMultiWide, .Herefigure {
margin: 1em 0 1em 0;
border: 1px solid #1818FF;
}
.Figure, .FigureMulti, .Herefigure {
width: 100%;
}
.FigureMultiWide {
width: 125%;
}
.Centerfigure {
text-align: center;
margin: 0 0 0 0;
}
.Leftfigure {
text-align: left;
margin: 0 0 0 0;
}
.Rightfigure {
text-align: right;
margin: 0 0 0 0;
}
.FigureInside {
margin: 1em 1em 1em 1em;
}
|