Mercurial > hg
changeset 8441:ca7fa5e5b682
contrib/win32: add simple style sheet
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sat, 16 May 2009 08:46:42 +0200 |
parents | bfcbba5f4b99 |
children | 3acc6279b364 |
files | contrib/win32/ReadMe.html |
diffstat | 1 files changed, 19 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/win32/ReadMe.html Sat May 16 08:38:04 2009 +0200 +++ b/contrib/win32/ReadMe.html Sat May 16 08:46:42 2009 +0200 @@ -5,9 +5,25 @@ <meta http-equiv="Content-Type" content="text/html;charset=utf-8" > <style type="text/css"> <!-- - .indented - { - padding-left: 10pt; + html { + font-family: sans-serif; + margin: 1em 2em; + } + + p { + margin-top: 0.5em; + margin-bottom: 0.5em; + } + + pre { + margin: 0.25em 0em; + padding: 0.5em; + background-color: #EEE; + border: thin solid #CCC; + } + + .indented { + padding-left: 10pt; } --> </style>