File: mg.css

package info (click to toggle)
objgraph 1.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 928 kB
  • ctags: 117
  • sloc: python: 647; makefile: 138; sh: 18
file content (20 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@import url("default.css");

pre {
    border: 1px dotted #869abf;
    overflow: hidden;
}

div.body h1,
div.body h2,
div.body h3,
div.body h4,
div.body h5,
div.body h6 {
    border: none;
    font-weight: bold;
}

div.figure {
    text-align: center;
}