Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
bummed and improved css
Browse files Browse the repository at this point in the history
shorter file and should work more consistently on more browsers than the previous version
  • Loading branch information
slambert committed Mar 5, 2011
1 parent 6eaad6c commit 928c939
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions css/resume.css
Expand Up @@ -4,27 +4,26 @@ div.cv-style h2, div.cv-style h3 {
}
div.cv-style ul {
padding: 0;
margin-top: .9em;
margin-top: 1em;
}
div.cv-style ul li {
list-style: none;
vertical-align: -1.5em;
padding: 0;
padding: 0;
margin:0;
font-weight: bold;
font-style: italic;
line-height: 0;
line-height: 1.3em;
}

div.cv-style ul li ul {
margin-top: -1.3em;
margin-left: 6em;
margin-bottom: 1.5em;
}

div.cv-style ul li ul li {
font-size: 1em;
font-weight: normal;
bottom: 1.8em;
position: relative;
vertical-align: 0em;
font-weight: normal;
font-style: normal;
padding: 0;
margin-right: 0px;
margin-left: 6em;
line-height: 1.3em;
margin-bottom: .3em;

}

0 comments on commit 928c939

Please sign in to comment.