From 35b55d36d22281c3d0692375501e3447826e1f5d Mon Sep 17 00:00:00 2001 From: Scott Austin Date: Fri, 5 Jun 2015 20:17:45 -0700 Subject: [PATCH] style for download image --- _includes/head.html | 5 +++++ index.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/_includes/head.html b/_includes/head.html index d3dd654..82cefb4 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -28,6 +28,11 @@ margin-left: auto; margin-right: auto } + .download { + border: 1px solid DarkGray; + border-radius: 10px; +} + }