diff options
author | Audric Schiltknecht <storm@chemicalstorm.org> | 2012-10-14 20:48:52 +0200 |
---|---|---|
committer | Audric Schiltknecht <storm@chemicalstorm.org> | 2012-10-14 20:48:52 +0200 |
commit | d8621c2ace41a0eb1ef1f7825309fb75c73d3f80 (patch) | |
tree | 3be861a2abd4733e5734398dca4083e8f1d0a822 /styles/projets.css | |
download | schiltknecht.org-d8621c2ace41a0eb1ef1f7825309fb75c73d3f80.tar.gz schiltknecht.org-d8621c2ace41a0eb1ef1f7825309fb75c73d3f80.tar.bz2 schiltknecht.org-d8621c2ace41a0eb1ef1f7825309fb75c73d3f80.zip |
Initial import of schiltknecht.fr
Diffstat (limited to 'styles/projets.css')
-rw-r--r-- | styles/projets.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/styles/projets.css b/styles/projets.css new file mode 100644 index 0000000..01249a8 --- /dev/null +++ b/styles/projets.css @@ -0,0 +1,17 @@ +h2 { + font-size: 1.5em; + margin-top: 40px; + margin-bottom: 10px; +} + +h3 { + margin-top: 40px; +} + +hr+h3 { + margin-top: 0; +} + +h5+p { + margin-top: 5px; +}
\ No newline at end of file |