/usr/share/picolisp/lib/phone.css is in picolisp 15.11-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 28 29 30 31 32 33 34 35 36 37 38 | /* 08dec13abu
* (c) Software Lab. Alexander Burger
*/
.rel10 {width: 10%}
.rel20 {width: 20%}
.rel40 {width: 40%}
.rel50 {width: 50%}
.rel60 {width: 60%}
.rel80 {width: 80%}
.rel100 {width: 100%}
body {
font-size: larger;
}
caption {
margin: 0;
}
#expires {
font-size: smaller;
}
/* Form header */
.fh {
margin: 2px 6px;
}
/* Main area */
.main {
padding: 0;
}
/* Charts */
.chart {
font-size: smaller;
}
|