File: liblayout.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 (25 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@namespace url(http://jfreereport.sourceforge.net/namespaces/layout); 
@namespace xml url(http://www.w3.org/XML/1998/namespace);

* {
  -x-liblayout-language: attr("xml|lang");
}

auto-table {
  display: table;
}

auto-table-body {
  display: table-row-group;
}

auto-table-row {
  display: table-row;
}

auto-linebox {
  display: block;
}

anonymous-context {
}