From 51100bf9205ee1291815112724f677282a20daa1 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Fri, 10 Apr 2015 20:55:09 -0400 Subject: [PATCH] link to change log from home --- docs/layout/index.html | 1 + docs/layout/style.css | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/layout/index.html b/docs/layout/index.html index 78091558..8decd0b7 100644 --- a/docs/layout/index.html +++ b/docs/layout/index.html @@ -36,6 +36,7 @@ Flattr + Change Log diff --git a/docs/layout/style.css b/docs/layout/style.css index 1c63dc6b..b0f9c149 100644 --- a/docs/layout/style.css +++ b/docs/layout/style.css @@ -60,6 +60,7 @@ background-size: 20px 20px; .logo :before {content:"\25CB";position:absolute;margin:-0.17em 0 0 -0.10em;} .logo :after {content:"\25CB";position:absolute;margin:-0.17em 0 0 -0.5em;} .button,.button:visited {background:#5a5;color:#fff;display:inline-block;font:normal bold 16px Helvetica;margin:0 10px 10px;padding:10px 30px;text-decoration:none;} +.changelog {display:inline-block;margin:0 10px;vertical-align:7px;} .features {background:#fff;padding:30px 0 0;} .feature {margin:0 0 30px;padding:0 20px 0 0;} .sample {background:#f5f5f5;padding:30px 0 10px;}