From 6ed97c1e5a1e31554ab84f29b87506d4d15f7a9d Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Mon, 6 Apr 2015 21:55:52 -0700
Subject: Fix css for #about image

---
 _style.css | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/_style.css b/_style.css
index b0474e9..1201582 100644
--- a/_style.css
+++ b/_style.css
@@ -140,6 +140,16 @@ nav {
     width: 45%;
 }
 /* header-extra }}} */
+/* #SRC {{{ */
+#src {
+    border: none;
+    position: absolute;
+    top: 0;
+    right: 10px;
+    color: gray;
+    font-size: 8pt;
+}
+/* #src }}} */
 /* header elements }}} */
 /* .EKPHRASTIC {{{ */
 .ekphrastic {
@@ -550,3 +560,11 @@ tr {
     vertical-align: middle;
 }
 /* #about_author }}} */
+/* #ABOUT {{{ */
+#about img {
+    max-width: 10em;
+    float: right;
+    padding-top: 0.5em;
+    padding-left: 1em;
+}
+/* #about }}} */
-- 
cgit 1.4.1-21-gabe81