Updating resume. Removing unnecessary/extraneous stuff. Varied language. Became more active voice...?
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -39,6 +39,11 @@ h1
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
li:before
|
||||
{
|
||||
content:none;
|
||||
}
|
||||
|
||||
section ul
|
||||
{
|
||||
list-style-type: none;
|
||||
@@ -46,7 +51,7 @@ section ul
|
||||
|
||||
section ul li
|
||||
{
|
||||
text-indent: 2em;
|
||||
text-indent: 1em;
|
||||
}
|
||||
|
||||
section header
|
||||
|
||||
Vendored
+1
-1
@@ -1 +1 @@
|
||||
body{background-color:#FFF;font-size:12px;padding:0}a{border:none;color:#000;text-decoration:none}abbr{border:none}article{width:80%}dt,li,p{margin:0.25em 0}footer{display:none}h1{font-size:2em}section ul{list-style-type:none}section ul li{text-indent:2em}section header{font-size:2em}ul span.screen{display:none}#contact-details{font-size:0.8em}.divider{margin:0}.print{display:inherit}.screen{display:none}
|
||||
body{background-color:#FFF;font-size:12px;padding:0}a{border:none;color:#000;text-decoration:none}abbr{border:none}article{width:80%}dt,li,p{margin:0.25em 0}footer{display:none}h1{font-size:2em}li:before{content:none}section ul{list-style-type: none}section ul li{text-indent:1em}section header{font-size:2em}ul span.screen{display:none}#contact-details{font-size:0.8em}.divider{margin:0}.print{display:inherit}.screen{display:none}
|
||||
@@ -1,6 +1,6 @@
|
||||
body
|
||||
{
|
||||
background-color: whitesmoke;
|
||||
background-color: ghostwhite;
|
||||
color: #000;
|
||||
font-family: "Amethysta";
|
||||
padding-top: 1em;
|
||||
@@ -47,7 +47,7 @@ dt,
|
||||
li,
|
||||
p
|
||||
{
|
||||
margin: 0.5em 0;
|
||||
margin: 0.25em 0;
|
||||
}
|
||||
|
||||
footer
|
||||
@@ -94,11 +94,6 @@ hr
|
||||
border-bottom: 1px solid #333;
|
||||
}
|
||||
|
||||
p
|
||||
{
|
||||
text-indent: 2em;
|
||||
}
|
||||
|
||||
section header
|
||||
{
|
||||
float: left;
|
||||
@@ -114,6 +109,11 @@ section ul
|
||||
list-style-type: circle;
|
||||
}
|
||||
|
||||
section ul li
|
||||
{
|
||||
text-indent: 1em;
|
||||
}
|
||||
|
||||
section .content
|
||||
{
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user