From 1c6842ba0eeb0cbe07a1f9ac5d624abd8fa2b52d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCller?= Date: Mon, 27 Jan 2014 14:43:27 +0100 Subject: [PATCH 1/3] LANDING.md restructured --- LANDING.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/LANDING.md b/LANDING.md index 9ea908a..4aba518 100644 --- a/LANDING.md +++ b/LANDING.md @@ -1,12 +1,3 @@ -## News - - - - January 2014: - - Mobile friendly styling added. - - NoteHub API [introduced](/api). - - NoteHub 2.0 released: new theme, more performance, extended markdown. - - September 2013: Solarized color theme [added](https://github.com/chmllr/NoteHub/pull/4) (thanks Brandon!) ([Demo](http://notehub.org/2012/6/16/how-notehub-is-built?theme=solarized-dark)). - ## About **NoteHub** is a free and hassle-free anonymous pastebin for markdown pages intended for anonymous one-off publishing. @@ -23,3 +14,10 @@ Send your feedback and comments directly to [@gravitydenier](http://twitter.com/ - **Statistics**: a rudimentary statistics available (date of publishing & view counter). - **Export**: the original markdown content can be displayed in plain text format. - **API**: Integrate the publishing functionality into your editor using the official [NoteHub API](/api). + +## Changelog + - January 2014: + - Mobile friendly styling added. + - NoteHub API [introduced](/api). + - NoteHub 2.0 released: new theme, more performance, extended markdown. + - September 2013: Solarized color theme [added](https://github.com/chmllr/NoteHub/pull/4) (thanks Brandon!) ([Demo](http://notehub.org/2012/6/16/how-notehub-is-built?theme=solarized-dark)). From ddafcfed16faee995f38c7ca06f5ca56596ff1dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCller?= Date: Tue, 28 Jan 2014 13:57:30 +0100 Subject: [PATCH 2/3] styling bug fixed --- resources/public/styles/main.less | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/public/styles/main.less b/resources/public/styles/main.less index 84ae03b..cf5743d 100644 --- a/resources/public/styles/main.less +++ b/resources/public/styles/main.less @@ -90,7 +90,6 @@ a:visited { #links { .helvetica; width: 100%; - padding: 1em; font-size: 0.8em; text-align: center; @media screen and (max-width: 767px) { From c1a6908b1ac94d4470321378c60711e4e67db7a6 Mon Sep 17 00:00:00 2001 From: Christian Mueller Date: Tue, 28 Jan 2014 20:08:24 +0100 Subject: [PATCH 3/3] style improvements --- resources/public/styles/main.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/public/styles/main.less b/resources/public/styles/main.less index cf5743d..bcf6af3 100644 --- a/resources/public/styles/main.less +++ b/resources/public/styles/main.less @@ -24,13 +24,12 @@ .central-element { @media screen and (min-width: 1024px) { width: @width; - margin-left: auto; - margin-right: auto; } @media screen and (max-width: 1023px) { - margin-left: 1em; - margin-right: 1em; + width: 90%; } + margin-left: auto; + margin-right: auto; } .thin-border { border: 1px solid @foreground; @@ -91,6 +90,7 @@ a:visited { .helvetica; width: 100%; font-size: 0.8em; + padding-bottom: 2em; text-align: center; @media screen and (max-width: 767px) { font-size: 0.4em;