Browse Source

bugfixes on Landing page

master
Christian Mueller 11 years ago
parent
commit
3286c1f2d3
  1. 2
      LANDING.md
  2. 1
      resources/public/styles/main.less

2
LANDING.md

@ -9,7 +9,7 @@
- **API**: Integrate the publishing functionality into your editor using the official [NoteHub API](/api). - **API**: Integrate the publishing functionality into your editor using the official [NoteHub API](/api).
## Changelog ## Changelog
- **2014-09**: text size setting added ([example](http://localhost:8080/2014/3/31/demo-note?text-font=monospace&header-font=Courier&text-size=0.8)) - **2014-09**: text size setting added ([example](/2014/3/31/demo-note?text-font=monospace&header-font=Courier&text-size=0.8))
- **2014-07**: deprecated all API versions less than 1.4 & performance improvements. - **2014-07**: deprecated all API versions less than 1.4 & performance improvements.
- **2014-03**: all notes with less than 30 views after the first 30 days will expire. - **2014-03**: all notes with less than 30 views after the first 30 days will expire.
- **2014-02**: a simple JS-client for API testing [added](/api-test.html). - **2014-02**: a simple JS-client for API testing [added](/api-test.html).

1
resources/public/styles/main.less

@ -88,6 +88,7 @@ a:visited {
font-size: 0.8em; font-size: 0.8em;
padding-bottom: 1em; padding-bottom: 1em;
text-align: center; text-align: center;
display: none;
@media screen and (max-width: 767px) { @media screen and (max-width: 767px) {
font-size: 0.4em; font-size: 0.4em;
} }

Loading…
Cancel
Save