From: Gabriel Dunne Date: Wed, 3 Sep 2014 03:00:52 +0000 (-0700) Subject: Style changes X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=e856804f6987d4a9f838498d4713a40eb3f49cb8;p=notes.git Style changes --- diff --git a/_layouts/default.html b/_layouts/default.html index b47d80b..ba9254f 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -17,6 +17,7 @@
  • work
  • blog
  • +
  • archive
  • about
  • diff --git a/_posts/2014-04-24-tetra-field.md b/_posts/2014-04-24-tetra-field.md index b241002..b231e36 100644 --- a/_posts/2014-04-24-tetra-field.md +++ b/_posts/2014-04-24-tetra-field.md @@ -4,7 +4,7 @@ title: "Tetra Field" date: 2014-04-24 categories: portfolio installation thumb: "/m/tetrafield/thumb.png" -excerpt: procedurally generated projection-mapped installation +excerpt: modular projection-mapped installation --- ![](https://farm6.staticflickr.com/5505/11228006956_0a33de14b9_c.jpg) diff --git a/css/main.css b/css/main.css index ca16cc5..a5d8b60 100755 --- a/css/main.css +++ b/css/main.css @@ -26,7 +26,7 @@ html, body { height: 100%; } body { - font: 14px/1.5em Menlo, "Lucida Console", monospace; + font: 13px/1.5em Menlo, "Lucida Console", monospace; letter-spacing: 0.05em; /*animation: fadein 1s;*/ /* Firefox */ @@ -80,7 +80,6 @@ h1, h2, h3, h4, h5, h6 { h1 { margin:1em 0 0 0; font-size:2em; - text-align:center; font-family:gdsans; text-transform:uppercase; } @@ -88,7 +87,6 @@ h1 a { text-decoration:none; } h2{ - text-align:center; margin:3em 0 2em 0; font-size:1em; } @@ -139,20 +137,20 @@ header { padding:0; } .thumbs li { - margin:2em auto 4em auto; + margin:2em 0 4em 0; max-width:460px; - text-align: center; } .thumbs li > a { display:block; text-decoration: none; - margin-bottom:1em; + margin-top:0.5em; } .thumb { width:460px; height:200px; background:#000; overflow:hidden; + text-align:center; } @@ -165,12 +163,10 @@ header { .posts h1 { } .posts .date { - text-align:center; margin-top:8em; } .archive-sort { -text-align:center; } .archive-sort a { text-decoration: underline; diff --git a/index.md b/index.md index ab0afc5..31983a6 100644 --- a/index.md +++ b/index.md @@ -7,11 +7,11 @@ title: portfolio {% for post in site.posts %} {% if post.categories.first == 'portfolio' %}
  • +

    {{ post.title }}

    -

    {{ post.title }}

    {{ post.excerpt }}