diff --git a/_layouts/default.html b/_layouts/default.html
index 82d29bf..da2d196 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -18,7 +18,7 @@
-
+
diff --git a/css/cv-desktop.css b/css/cv-desktop.css
index 258e18d..2bd6d29 100644
--- a/css/cv-desktop.css
+++ b/css/cv-desktop.css
@@ -10,6 +10,6 @@
#post ul { margin: 0 0 32px 50px; }
#objective { width: 500px; float: left; }
#objective p { font-style: italic; color: #666; }
-#post dt { font-style: italic; font-weight: bold; font-size: 18px; text-align: right; padding: 0 26px 0 0; width: 150px; float: left; height: 100px; border-right: 1px solid #999; }
-#post dd { padding-left: 200px; }
+#post dt { font-style: italic; font-weight: bold; font-size: 18px; text-align: right; padding: 0 26px 0 0; width: 100px; float: left; height: 100px; border-right: 1px solid #999; }
+#post dd { padding-left: 150px; }
#post dd.clear { float: none; margin: 0; height: 15px; }
diff --git a/css/cv.css b/css/cv.css
index 2aea824..8cd33e8 100644
--- a/css/cv.css
+++ b/css/cv.css
@@ -10,5 +10,5 @@
#objective { width: 500px; float: left; }
#objective p { font-family: Georgia, Serif; font-style: italic; color: #666; }
#post dt { font-style: italic; font-weight: bold; font-size: 18px; text-align: right; padding: 0 26px 0 0; width: 150px; float: left; height: 100px; border-right: 1px solid #999; }
-#post dd { padding-left: 200px; }
+#post dd { padding-left: 150px; }
#post dd.clear { float: none; margin: 0; height: 15px; }
diff --git a/css/main-desktop.css b/css/main-desktop.css
index 5b95ef2..da8f732 100755
--- a/css/main-desktop.css
+++ b/css/main-desktop.css
@@ -152,18 +152,6 @@
}
-body {
- overflow-y: scroll;
- background: url(../img/noise.jpg);
-}
-
-html,
-body {
- margin:0;
- padding:0;
- height:100%;
- font-family: 'Overlock', cursive;
-}
footer {
height: 180px;
position:absolute;
@@ -246,7 +234,7 @@ header {
#headline a:hover {
color: white;
- text-shadow: 2px 2px #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000;
+ text-shadow: 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}
@@ -303,9 +291,7 @@ header {
}
#navbar {
- position: relative;
- font-size: 1.4em;
- padding: 0.5em;
+ font-size: 1.2em;
padding-left: 300px;
}
@@ -350,7 +336,7 @@ div.navbar {
position: relative;
color: #000;
background-color: #fff;
- text-shadow: 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
+ text-shadow: 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
border-top: 1px solid #555;
border-bottom: 1px solid #555;
z-index: 100;
diff --git a/css/main-medium.css b/css/main-medium.css
index b1aff5c..27ba0b7 100644
--- a/css/main-medium.css
+++ b/css/main-medium.css
@@ -150,23 +150,6 @@
height: 0;
}
-
-body {
- overflow-y: scroll;
- background: url(../img/noise.jpg);
-}
-
-html,
-body {
- margin:0;
- padding:0;
- height:100%;
- font-family: 'Overlock', cursive;
- -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
- -moz-box-sizing: border-box; /* Firefox, other Gecko */
- box-sizing: border-box; /* Opera/IE 8+ */
-}
-
footer {
height: 110px;
position:absolute;
@@ -306,9 +289,7 @@ header {
}
#navbar {
- position: relative;
- font-size: 1.4em;
- padding: 0.5em;
+ font-size: 1em;
padding-left: 20%;;
}
diff --git a/css/main-xs.css b/css/main-xs.css
index 2b06df3..d07881c 100644
--- a/css/main-xs.css
+++ b/css/main-xs.css
@@ -2,18 +2,6 @@
width: 80%;
}
-html,
-body {
- margin:0;
- padding:0;
- height:100%;
- font-family: 'Overlock', cursive;
-}
-
-body {
- background: url(../img/noise.jpg);
-}
-
#container {
margin: 1em;
padding: 0.2em;
@@ -43,8 +31,7 @@ body {
}
#navbar {
- position: relative;
- font-size: 1.4em;
+ font-size: 1em;
padding: 0.2em;
}
diff --git a/css/main.css b/css/main.css
index fe463de..4064678 100755
--- a/css/main.css
+++ b/css/main.css
@@ -1,3 +1,16 @@
+html,
+body {
+ margin:0;
+ padding:0;
+ height:100%;
+ font-family: 'Open Sans', sans-serif;
+}
+
+body {
+ overflow-y: scroll;
+ background: url(../img/noise.jpg);
+}
+
.site .footer {
font-size: 80%;
color: #666;
@@ -61,3 +74,9 @@ code {
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
+
+#navbar {
+ position: relative;
+ padding: 0.5em;
+ padding-left: 300px;
+}