/usr/share/doc/libjas-java/html.css is in libjas-java 2.5.4408-1.
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 | body { background-color: #FFFFF5;
margin-right: 1em;
margin-left: 0.5em;
}
body.main { margin-top: 2.5em;
}
pre { background-color: silver;
margin-left: 1em;
margin-right: 1em;
padding: 1em;
}
dt { font-weight: bolder;
margin-top: 1em;
}
nav { line-height: 1.4em;
}
h1 { text-align: center;
}
.center { text-align: center; }
.note { color: maroon; }
|