style fixes

This commit is contained in:
Graeme Maciver
2014-11-22 19:08:11 +00:00
parent ac6879bbdb
commit 3bd1cc04e2
2 changed files with 6 additions and 6 deletions

View File

@@ -10,6 +10,10 @@
<style>
{{{css}}}
</style>
<style media="print">
body { font-size: 12px; }
</style>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300' rel='stylesheet' type='text/css'>
</head>

View File

@@ -1,6 +1,6 @@
body {
background: #fff;
font: 14px 'Open Sans' Helvetica, Arial, sans-serif;
font: 16px 'Open Sans' Helvetica, Arial, sans-serif;
line-height: 1.4;
margin: 0 0;
margin-bottom: 100px;
@@ -31,7 +31,6 @@ blockquote {
#resume {
margin: 2em 2em 2em 2.5em;
max-width: 960px;
padding: 0 20px;
}
/* Resume heading */
@@ -106,10 +105,6 @@ section h2 {
color: #6B6B6B;
}
.item .summary {
font-size: 90%;
}
.item .highlights {
list-style: square;
font-size: 90%;
@@ -137,6 +132,7 @@ section h2 {
/* education */
#education .item {
display: inline-block;
vertical-align: top;
width: 49.5%;
border-bottom: 0;
}