File: stylesheet-unprocessed.css

package info (click to toggle)
foolscap 0.5.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,372 kB
  • ctags: 3,585
  • sloc: python: 19,756; makefile: 172; sh: 5
file content (20 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

span.footnote {
  vertical-align: super;
  font-size: small;
}

span.footnote:before
{
  content: "[Footnote: ";
}

span.footnote:after
{
  content: "]";
}

div.note:before
{
  content: "Note: ";
}