summaryrefslogtreecommitdiffhomepage
path: root/epcv.css
diff options
context:
space:
mode:
authoreliseo papa <elipapa@alum.mit.edu> 2012-10-21 19:24:43 +0100
committereliseo papa <elipapa@alum.mit.edu> 2012-10-21 19:24:43 +0100
commit6724aaad206988d3a6962ff612652f3b2c1e0d4c (patch)
treeebf763a35d2205d0a463672e13048e144888de57 /epcv.css
parent9efb28a6b9b86d41b592e6b769179f43347de55f (diff)
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.
Diffstat (limited to 'epcv.css')
-rw-r--r--epcv.css35
1 files changed, 2 insertions, 33 deletions
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;
-}