File: haiku-site.css

package info (click to toggle)
python-bumps 0.9.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,776 kB
  • sloc: python: 24,586; ansic: 4,973; cpp: 4,849; javascript: 639; xml: 493; makefile: 143; perl: 108; sh: 94
file content (20 lines) | stat: -rw-r--r-- 277 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@import url("haiku.css");

div.contents { 
    float: right; 
    background: Cornsilk;
    margin: 0.5em 0.5em;
}

div.contents p.topic-title {
    display: none;
}

div.contents ul {
    padding: 0em;
}

div.contents ul > li {
    background: none;
    padding: 0 0 0 1em;
}