summaryrefslogtreecommitdiffstats
path: root/doc/ptx-theme/static/ptx.css
blob: 6f8035f30bbff3e09dd612e9192bdbbfbd54d6bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@import url("classic.css");

div.important {
    background-color: #eee;
    border: 1px solid #f00;
}

pre {
    border: 1px solid #0078B8;
    border-left: none;
    border-right: none;
}