diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2014-01-21 08:59:45 -0800 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2014-01-21 08:59:45 -0800 |
| commit | b394fd161849dd3881f2d33b050829585db9aee7 (patch) | |
| tree | 4c7260e8108bf101b2439bbd02c6c622063b54c3 | |
| parent | Add link to Google+. (diff) | |
| download | lumberjaph-b394fd161849dd3881f2d33b050829585db9aee7.tar.gz | |
Remove the logo.
| -rw-r--r-- | _layouts/post.html | 4 | ||||
| -rw-r--r-- | _layouts/static.html | 3 | ||||
| -rw-r--r-- | static/css/style.css | 20 |
3 files changed, 9 insertions, 18 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index a7d2358..6014106 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,10 +1,6 @@ --- layout: default --- -<div id="logo"> - <a href='/'><img src='/static/imgs/logo.png' alt='' /></a> -</div> - <h1><a href="{{ page.url }}">{{ page.title }}</a></h1> <div id="entry"> diff --git a/_layouts/static.html b/_layouts/static.html index 9739a1e..0fb107f 100644 --- a/_layouts/static.html +++ b/_layouts/static.html @@ -1,9 +1,6 @@ --- layout: default --- -<div id="logo"> - <a href='/'><img src='/static/imgs/logo.png' alt='' /></a> -</div> {{ content }} diff --git a/static/css/style.css b/static/css/style.css index 204e166..1b88489 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -19,7 +19,7 @@ div#container { } h1 { - margin: 1.5em 0 0 3em; + margin: 1.5em 0 0 0; } h1 a { @@ -27,9 +27,14 @@ h1 a { } blockquote { - background-color: #eee; - margin: 1em; - padding: 0.3em 1em; + font-family: Georgia,Cambria,"Times New Roman",Times,serif; + letter-spacing: .01rem; + font-weight: 400; + font-style: italic; + border-left: 3px solid #57ad68; + padding-left: 20px; + margin-left: -26px; + padding-bottom: 3px; } #entry, #wrapper { @@ -46,14 +51,7 @@ img.right { margin-left: 1em; } -div#logo { - margin: -0.2em 0 0 0; - float: left; -} - #entry, #entries, #wrapper, #resume { - width: 40em; - margin-left: 5em; text-align: justify; line-height: 1.6em; } |
