File: colspan.css

package info (click to toggle)
liblayout 0.2.10-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 5,332 kB
  • sloc: java: 51,125; xml: 138; makefile: 17
file content (6 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
@namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */

col[span],
colgroup[span] {
  -x-liblayout-colspan: attr(span);
}