diff options
author | eliseo papa <elipapa@alum.mit.edu> | 2012-10-21 19:56:47 +0100 |
---|---|---|
committer | eliseo papa <elipapa@alum.mit.edu> | 2012-10-21 19:56:47 +0100 |
commit | 3ae28ac768c9644f3325a7e1ef34c03238f9a607 (patch) | |
tree | 7831bb797f37a9d57cdc973115821bac1ae9e773 /epcv.css | |
parent | 6724aaad206988d3a6962ff612652f3b2c1e0d4c (diff) |
moved everything away from dl, fixed margins
Diffstat (limited to 'epcv.css')
-rw-r--r-- | epcv.css | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -102,8 +102,15 @@ li { /*second line indent*/ padding-left: 1.25em; text-indent: -1.25em; + /*color: #777;*/ } +li ul { + position: relative; + left: 0; + width: 100%; + margin-top: 0.25em; +} h1,h2,h3,h4 { font-weight: 400; @@ -156,7 +163,7 @@ address { left: 33%; color: #aaa; font-family: Menlo,monospace,sans-serif; - width: 75%; + width: 65%; } address a { |