Attachment 'columns-macro.diff'
Download 1 391,411d390
2 < /* For Columns.py macro */
3 < #leftcolumn {
4 < position: relative;
5 < background: transparent;
6 < float: left;
7 < width: 45%;
8 < border-right: 1px solid gray;
9 < padding-left: 5%;
10 < padding-right: 1%;
11 < margin: 0px;
12 < }
13 <
14 < #rightcolumn {
15 < position: relative;
16 < background: transparent;
17 < float: right;
18 < width: 42%;
19 < padding-right: 1%;
20 < margin: 0px;
21 < }
22 <
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.