Removed text-decoration underline from the resume links

This commit is contained in:
David Coallier 2011-02-06 18:40:41 +00:00
parent 2b8accd536
commit b32b940f68

View File

@ -53,6 +53,7 @@ a#pdf { display: block; float: left; background: #666; color: white; padding: 6p
a#pdf:hover { background: #222; }
.org, .job { position: relative; margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #ccc; }
.org a, .job a { border: none; text-decoration: none; }
.org h4, .job h4 { position: absolute; top: 0.35em; right: 0 }
.org p, .job p { margin: 0.75em 0 3em 0; }