/usr/share/doc/flickrapi-1.2/documentation.css is in python-flickrapi 1.2-3.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 | @import url(html4css1.css);
html {
color: black;
background-color: white;
}
body {
margin-left: 10ex;
margin-top: 5ex;
padding-left: 1ex;
border-left: 1px solid #006;
width: 75ex;
background-color: white;
}
h1 {
border-bottom: 2px solid #006;
}
p {
text-align: justify;
}
dt {
font-weight: bold;
}
|