From fac37c019cbc6429b20f7084624986947fc35fde Mon Sep 17 00:00:00 2001 From: noformnocontent Date: Tue, 12 Jun 2012 17:33:39 +0200 Subject: [PATCH] added `hipster-gray` theme to the readme; minor css-fixes --- README.md | 1 + themes/hipster-gray.css | 9 ++++----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 865cbd0c..a28630ed 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,7 @@ Current available themes: * cherry - [preview](http://jsbin.com/ufefid/5/) (by [@mustafa-x](https://github.com/mustafa-x)) * white cherry - [preview](http://jsbin.com/uzezas/2/) (by [@mustafa-x](https://github.com/mustafa-x)) * blackwood - [preview](http://jsbin.com/uzezas/) (by [@mustafa-x](https://github.com/mustafa-x)) +* hipster-gray - [preview](http://jsbin.com/ivufon/7) (by [@noformnocontent](https://github.com/noformnocontent)) ## Formats & URLs diff --git a/themes/hipster-gray.css b/themes/hipster-gray.css index c4446cf8..4e2c4c71 100644 --- a/themes/hipster-gray.css +++ b/themes/hipster-gray.css @@ -9,12 +9,11 @@ body { font-family: Merriweather, "Palatino Linotype", Georgia, serif; font-size: 21pt; line-height: 170%; - text-rendering:optimizeLegibility; - -webkit-font-smoothing:antialiased; - font-smoothing:antialiased; + text-rendering: optimizeLegibility; + -webkit-font-smoothing: antialiased; + font-smoothing: antialiased; border: 20pt solid #aaa; overflow-y: auto; - } a:link, a:visited { color: #000; @@ -26,7 +25,6 @@ a:hover, a:focus, a:active { text-decoration: none; } h1 { - font-family: Merriweather, "Palatino Linotype", Georgia, serif; font-size: 64pt; font-weight: 400; line-height: 100%; @@ -63,6 +61,7 @@ footer { padding-top: 0; font-size: 14pt; line-height: 100%; + margin-top: -1pt; } footer p { background: url("hipster-gray-octocat.png") 0 0 no-repeat;