Browse Source

minor fixes

master
Christian Mueller 12 years ago
parent
commit
5570cb78d8
  1. 4
      LANDING.md
  2. 4
      resources/public/style.less

4
LANDING.md

@ -3,12 +3,12 @@
- January 2014: - January 2014:
- Mobile friendly styling added. - Mobile friendly styling added.
- NoteHub API v1.0 [introduced](/api). - NoteHub API [introduced](/api).
- NoteHub 2.0 released: new theme, more performance, extended markdown. - 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)). - 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 ## About
[NoteHub](http://notehub.org) is a free and hassle-free anonymous pastebin for markdown pages intended for anonymous one-off publishing. **NoteHub** is a free and hassle-free anonymous pastebin for markdown pages intended for anonymous one-off publishing.
Send your feedback and comments directly to [@gravitydenier](http://twitter.com/gravitydenier) or open an [issue](https://github.com/chmllr/NoteHub/issues) on GitHub. Send your feedback and comments directly to [@gravitydenier](http://twitter.com/gravitydenier) or open an [issue](https://github.com/chmllr/NoteHub/issues) on GitHub.

4
resources/public/style.less

@ -151,7 +151,9 @@ pre {
outline: 0px none transparent; outline: 0px none transparent;
} }
textarea { textarea {
width: @width; @media screen and (min-width: 1024px) {
width: @width;
}
border-radius: 5px; border-radius: 5px;
font-family: Courier; font-family: Courier;
font-size: 1em; font-size: 1em;

Loading…
Cancel
Save