From 6724aaad206988d3a6962ff612652f3b2c1e0d4c Mon Sep 17 00:00:00 2001 From: eliseo papa Date: Sun, 21 Oct 2012 19:24:43 +0100 Subject: moved away from using dl, to make sure dates are correctly formatted even when dt item is really long. would have been nice to keep them together since it's semantically nice, but this removes a lot of headaches with bad markdown implementations. --- epcv.css | 35 ++--------------------------------- 1 file changed, 2 insertions(+), 33 deletions(-) (limited to 'epcv.css') diff --git a/epcv.css b/epcv.css index 18d4840..26efb68 100644 --- a/epcv.css +++ b/epcv.css @@ -104,11 +104,6 @@ li { text-indent: -1.25em; } -dl { - position: relative; - left: 33%; - width: 75%; -} h1,h2,h3,h4 { font-weight: 400; @@ -121,7 +116,7 @@ h1 { font-size: 3em; line-height: 1em; position: relative; - left: 30%; + left: 33%; } h1+p { @@ -158,7 +153,7 @@ a:hover { address { margin-top: 1em; position: relative; - left: 30%; + left: 33%; color: #aaa; font-family: Menlo,monospace,sans-serif; width: 75%; @@ -168,14 +163,6 @@ address a { text-decoration: none; } - -blockquote { - /*border-left: solid .1em #E4E4E4;*/ - color: #999; - font-size: 0.75em; - /*padding: 0;*/ -} - em { font-style: italic; } @@ -184,24 +171,6 @@ strong { font-weight: bold; } -dl code { - color: #aaa; - position: relative; - left: -12%; - top: -2.5em; -} - -dd { - margin-bottom: 1em; - position: relative; - top: -1.5em; - width: 75%; -} - -dl ul { - position: relative; - left: 0; -} -- cgit v1.2.3