Improve ctags callback API
[geany-mirror.git] / tests / ctags / css-simple.css
blobc3e83699fd1b0e09f11386bfe8d2cd90c9102c14
2 * { padding:0; }
4 html
6 margin: 0
9 .header { font-size: 200%; }
11 #footer { font-size: 80%; }
13 div.magic
16 /* haha */
17 text-decoration: blink;
20 .red { color: red }
22 ul li { padding-left: 1em; }
23 .foo a, .foo b { color: blue; }
25 ul > li > a {
26 font: monospace;