john melesky 8 år sedan
förälder
incheckning
46795bde62
2 ändrade filer med 12 tillägg och 1 borttagningar
  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
 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
 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;
 }
 
+div.figure {
+    float: right;
+}
+
 div.caption {
     color: #335555;
     font-size: 10px;
@@ -94,6 +98,13 @@ div.caption {
     padding: 6px 0px 6px 0px;
 }
 
+p.caption {
+    color: #335555;
+    font-size: 10px;
+    text-align: right;
+    padding: 6px 0px 6px 0px;
+}
+
 a:link {
     color: #0088ff;
 }