From fbb8c4187d6b73dfd1fc0e577cff70067fc50f3a Mon Sep 17 00:00:00 2001 From: Jeff Avallone Date: Sun, 21 Dec 2014 14:19:21 -0500 Subject: [PATCH] Tweaking styling in preparation for writing documentation --- src/changelog.html | 2 +- src/documentation.html | 2 ++ src/sass/main.scss | 4 +++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/changelog.html b/src/changelog.html index 64a14d9..78b6d2f 100644 --- a/src/changelog.html +++ b/src/changelog.html @@ -1,4 +1,4 @@ -
+
Pending release
Freshened up design
diff --git a/src/documentation.html b/src/documentation.html index fbcfce2..b06e79b 100644 --- a/src/documentation.html +++ b/src/documentation.html @@ -1 +1,3 @@ +
TODO: Write documentation +
diff --git a/src/sass/main.scss b/src/sass/main.scss index ca6f2a8..9bfc63f 100644 --- a/src/sass/main.scss +++ b/src/sass/main.scss @@ -101,10 +101,12 @@ header { } } -.changelog { +.copy { background-color: $tan; padding: rhythm(1/2); +} +.changelog { dt { font-weight: bold; }