Commit ea3a8e7e12902d88d8bfab916d51fe3d5d3dc35c
- Diff rendering mode:
- inline
- side by side
themes/default/edit.php
(6 / 0)
|   | |||
| 52 | 52 | </p> | |
| 53 | 53 | </div> | |
| 54 | 54 | ||
| 55 | <div id="plug"> | ||
| 56 | <p> | ||
| 57 | Powered by <a href="http://el-tramo.be/software/wigit">WiGit</a> | ||
| 58 | </p> | ||
| 59 | </div> | ||
| 60 | |||
| 55 | 61 | </body> | |
| 56 | 62 | </html> |
themes/default/history.php
(5 / 0)
|   | |||
| 37 | 37 | </table> | |
| 38 | 38 | </p> | |
| 39 | 39 | </div> | |
| 40 | <div id="plug"> | ||
| 41 | <p> | ||
| 42 | Powered by <a href="http://el-tramo.be/software/wigit">WiGit</a> | ||
| 43 | </p> | ||
| 44 | </div> | ||
| 40 | 45 | </body> | |
| 41 | 46 | </html> |
themes/default/style.css
(8 / 1)
|   | |||
| 98 | 98 | text-align: center; | |
| 99 | 99 | font-size: 0.7em; | |
| 100 | 100 | border-top: thin solid #999; | |
| 101 | padding: .5em; | ||
| 101 | padding-top: .5em; | ||
| 102 | padding-bottom: .2em; | ||
| 102 | 103 | background-color: #ddd; | |
| 103 | 104 | margin: 0em; | |
| 104 | 105 | } | |
| 105 | 106 | ||
| 106 | 107 | #footer p.syntax { | |
| 107 | 108 | text-align: left; | |
| 109 | } | ||
| 110 | |||
| 111 | #plug { | ||
| 112 | text-align: right; | ||
| 113 | font-size: 0.7em; | ||
| 114 | margin-top: .5em; | ||
| 108 | 115 | } | |
| 109 | 116 | ||
| 110 | 117 | #history { |
themes/default/view.php
(9 / 1)
|   | |||
| 23 | 23 | </div> | |
| 24 | 24 | ||
| 25 | 25 | <div id="footer"> | |
| 26 | <p>Last modified on <?php print date("F d Y H:i:s", filemtime(getFile())); ?> </p> | ||
| 26 | <p> | ||
| 27 | Last modified on <?php print date("F d Y H:i:s", filemtime(getFile())); ?> | ||
| 28 | </p> | ||
| 29 | </div> | ||
| 30 | |||
| 31 | <div id="plug"> | ||
| 32 | <p> | ||
| 33 | Powered by <a href="http://el-tramo.be/software/wigit">WiGit</a> | ||
| 34 | </p> | ||
| 27 | 35 | </div> | |
| 28 | 36 | </body> | |
| 29 | 37 | </html> |

