File: test3.css

package info (click to toggle)
libcroco 0.6.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,164 kB
  • ctags: 1,578
  • sloc: ansic: 20,897; sh: 9,187; makefile: 208
file content (9 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
8
9

/*simple selector and simple rulset test*/
S1 {prop1 : value1}

/*Simple selector list and simple ruleset test*/
s1,s2 {color: black ; background: white}

/*descendants and child selector list, simple ruleset test*/
s1 s2, S3 > s4 {prop1 : value1 ; prop2 : value2}