Commit 20be481ed19186b8a89fd8d095a1847946b2b275
1 parent
a65220bcc8
Exists in
master
Changement des marges du pre
Showing 3 changed files with 9 additions and 0 deletions Side-by-side Diff
templates/html/Default.html
... | ... | @@ -24,6 +24,9 @@ |
24 | 24 | font-size: large} |
25 | 25 | pre { color: darkmagenta; |
26 | 26 | margin-left: 20px; |
27 | + margin-right: 5px; | |
28 | + margin-bottom: 5px; | |
29 | + margin-top: 5px; | |
27 | 30 | font-family: monospace; |
28 | 31 | font-size: large} |
29 | 32 | code { font-size: large; font-family: monospace; color: saddlebrown} |
templates/html/Default_with_index.html
... | ... | @@ -24,6 +24,9 @@ |
24 | 24 | font-size: large} |
25 | 25 | pre { color: darkmagenta; |
26 | 26 | margin-left: 20px; |
27 | + margin-right: 5px; | |
28 | + margin-bottom: 5px; | |
29 | + margin-top: 5px; | |
27 | 30 | font-family: monospace; |
28 | 31 | font-size: large} |
29 | 32 | code { font-size: large; font-family: monospace; color: saddlebrown} |
templates/html/Print.html
... | ... | @@ -24,6 +24,9 @@ |
24 | 24 | font-size: large} |
25 | 25 | pre { color: darkmagenta; |
26 | 26 | margin-left: 20px; |
27 | + margin-right: 5px; | |
28 | + margin-bottom: 5px; | |
29 | + margin-top: 5px; | |
27 | 30 | font-family: monospace; |
28 | 31 | font-size: large} |
29 | 32 | code { font-size: large; font-family: monospace; color: saddlebrown} |