File: Space.zpts

package info (click to toggle)
plastex 3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,132 kB
  • sloc: python: 23,341; xml: 18,076; javascript: 7,755; ansic: 46; makefile: 40; sh: 26
file content (17 lines) | stat: -rw-r--r-- 494 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: -hspace
<span tal:attributes="style string:margin:0pt;;padding:0pt;;margin-right:${self/attributes/len}">&nbsp;</span>

name: -vspace
<div tal:attributes="style string:margin:0pt;;padding:0pt;;margin-bottom:${self/attributes/len}"></div>

name: vspace

name: -bigskip
<div style="margin:0pt;padding:0pt;margin-bottom:24pt"></div>

name: -medskip
<div style="margin:0pt;padding:0pt;margin-bottom:12pt"></div>

name: -smallskip
<div style="margin:0pt;padding:0pt;margin-bottom:6pt"></div>