Attachment 'padding-fix.diff'
Download 1 diff -r 2e90d7b58b42 MoinMoin/web/static/htdocs/modern/css/screen.css
2 --- a/MoinMoin/web/static/htdocs/modern/css/screen.css Sat Sep 15 17:59:27 2012 +0200
3 +++ b/MoinMoin/web/static/htdocs/modern/css/screen.css Sat Sep 15 20:09:58 2012 +0200
4 @@ -387,7 +387,8 @@
5
6 #preview, #previewbelow {
7 border: 1px solid #6C7680;
8 - padding: 10px 30px 20px 30px;
9 + padding: 3px;
10 + width: 100%;
11 background: url(../img/draft.png);
12 margin-top: 0.5em;
13 }
14 diff -r 2e90d7b58b42 MoinMoin/web/static/htdocs/modernized/css/screen.css
15 --- a/MoinMoin/web/static/htdocs/modernized/css/screen.css Sat Sep 15 17:59:27 2012 +0200
16 +++ b/MoinMoin/web/static/htdocs/modernized/css/screen.css Sat Sep 15 20:09:58 2012 +0200
17 @@ -343,7 +343,8 @@
18
19 #preview, #previewbelow {
20 border: 1px solid #6C7680;
21 - padding: 10px 30px 20px 30px;
22 + padding: 3px;
23 + width: 100%;
24 background: url(../img/draft.png);
25 margin-top: 0.5em;
26 }
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.