diff options
author | Christian Heimes <christian@cheimes.de> | 2013-02-15 14:36:57 +0100 |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-02-15 14:36:57 +0100 |
commit | d1b4402ac5398ee4eeb90f7bd25ab79873e1881d (patch) | |
tree | 0387697606bf791594bb1a6818bc50ae5132b874 | |
parent | 816a70efa769329bfe8767283ce8fa78618863bc (diff) | |
download | defusedxml-d1b4402ac5398ee4eeb90f7bd25ab79873e1881d.tar.gz |
underline h1
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | void.css | 5 |
2 files changed, 6 insertions, 1 deletions
@@ -9,7 +9,7 @@ PYTHONS=python2.6 python2.7 python3.1 python3.2 python3.3 python3.4 all: inplace README.html -README.html: README.txt CHANGES.txt +README.html: README.txt CHANGES.txt void.css @echo | cat README.txt - CHANGES.txt | \ rst2html --verbose --exit-status=1 --stylesheet=void.css \ > README.html @@ -436,3 +436,8 @@ tt.literal { background-color: #eeeeee; } +h1 +{ + border-bottom: solid 1px black; + padding-top: 20px; +} |