diff --git a/sass/custom/_styles.scss b/sass/custom/_styles.scss index 24a1704..19357c2 100644 --- a/sass/custom/_styles.scss +++ b/sass/custom/_styles.scss @@ -48,7 +48,7 @@ body { .container { .mid-col { float: right; - width: 75%; + width: 77%; background: whitesmoke; .mid-col-container { padding: 0px 70px 0px 40px; @@ -77,6 +77,10 @@ body { h1.title{ a { color: #333; + -webkit-transition: color 0.3s; + -moz-transition: color 0.3s; + -o-transition: color 0.3s; + transition: color 0.3s; } a:hover { color: #258FB8; @@ -98,7 +102,7 @@ body { position: fixed; #header { width: 100%; - padding: 20% 0% 0% 10%; + padding: 20% 0% 0% 20%; a { color: #EFEFEF; text-shadow: 0 1px #333; diff --git a/CNAME b/source/CNAME similarity index 100% rename from CNAME rename to source/CNAME diff --git a/source/_includes/header.html b/source/_includes/header.html index 6ee6621..aa6f87a 100644 --- a/source/_includes/header.html +++ b/source/_includes/header.html @@ -10,12 +10,6 @@
{% include custom/header.html %} diff --git a/source/blog/index/index.html b/source/blog/index/index.html index 531d874..cf23263 100644 --- a/source/blog/index/index.html +++ b/source/blog/index/index.html @@ -3,9 +3,20 @@ layout: default title: Magazine Archives ---

2012

-
September 2012
+
+ + + + + +
+ September 2012 +
+

2011

- -
September 2011 -
+ +
+ September 2011 +
+
\ No newline at end of file