Browse Source

about tweak

john melesky 8 years ago
parent
commit
46795bde62
2 changed files with 12 additions and 1 deletions
  1. 1 1
      about.md
  2. 11 0
      css/default.css

+ 1 - 1
about.md

@@ -7,7 +7,7 @@ I grew up in the northeast US, migrated to Chicago, then more recently
 to Portland, OR, where I've been for the better part of the last
 to Portland, OR, where I've been for the better part of the last
 decade.
 decade.
 
 
-![Mt Hood, by flickr user smik67, used in accordance with cc-by-nc-md](/images/mthood.jpg)
+![Mt Hood, by flickr user [smik67](https://www.flickr.com/photos/smik67/6223213433/), used in accordance with cc-by-nc-md](/images/mthood.jpg)
 
 
 This is the most recent version of my website, which has a long and
 This is the most recent version of my website, which has a long and
 storied history, most of which is best left forgotten. We forget with
 storied history, most of which is best left forgotten. We forget with

+ 11 - 0
css/default.css

@@ -87,6 +87,10 @@ div.info {
     font-style: italic;
     font-style: italic;
 }
 }
 
 
+div.figure {
+    float: right;
+}
+
 div.caption {
 div.caption {
     color: #335555;
     color: #335555;
     font-size: 10px;
     font-size: 10px;
@@ -94,6 +98,13 @@ div.caption {
     padding: 6px 0px 6px 0px;
     padding: 6px 0px 6px 0px;
 }
 }
 
 
+p.caption {
+    color: #335555;
+    font-size: 10px;
+    text-align: right;
+    padding: 6px 0px 6px 0px;
+}
+
 a:link {
 a:link {
     color: #0088ff;
     color: #0088ff;
 }
 }