File: panflute.css

package info (click to toggle)
panflute 2.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,048 kB
  • sloc: python: 3,918; makefile: 13
file content (21 lines) | stat: -rw-r--r-- 248 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@import url("theme.css");


.xfunction {
    border-bottom: 30px solid #ff0000;
    padding-bottom: 100px;
    padding-top: 10px;
}

.class {
    padding-bottom: 20px;
}

.wy-nav-content {
    max-width: 90%;
}

div.body
{
    max-width: 1200px;
}