File: cdftools.css

package info (click to toggle)
cdftools 4.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,948 kB
  • sloc: f90: 43,175; makefile: 457; sh: 96; ada: 22
file content (19 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
h1 {
    color: red;
    text-align: left;
   }

h2 {
    color: blue;
   }

ul {
    list-style-type: disc;
    color: red;
     }

ul ul li {
    list-style-type: circle;
    color: blue;
     }