summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-02-15 14:36:57 +0100
committerChristian Heimes <christian@cheimes.de>2013-02-15 14:36:57 +0100
commitd1b4402ac5398ee4eeb90f7bd25ab79873e1881d (patch)
tree0387697606bf791594bb1a6818bc50ae5132b874
parent816a70efa769329bfe8767283ce8fa78618863bc (diff)
downloaddefusedxml-d1b4402ac5398ee4eeb90f7bd25ab79873e1881d.tar.gz
underline h1
-rw-r--r--Makefile2
-rw-r--r--void.css5
2 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 717772c..051be30 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/void.css b/void.css
index 9d7709c..a819a6b 100644
--- a/void.css
+++ b/void.css
@@ -436,3 +436,8 @@ tt.literal
{
background-color: #eeeeee;
}
+h1
+{
+ border-bottom: solid 1px black;
+ padding-top: 20px;
+}