1.0 features (#21)

* feat: hash routing, close #2

* Fix router bug

* Remove console

* Add hash router docs

* Improved scrolling on mobile

* Add change log

* Use hash router
This commit is contained in:
cinwell.li 2016-12-08 21:11:18 +08:00 committed by GitHub
commit 864935bfc1
15 changed files with 174 additions and 60 deletions

View file

@ -145,7 +145,7 @@ body {
font-family: 'Roboto Mono', Monaco, courier, monospace;
line-height: 1.5em;
margin: 1.2em 0;
padding: 1.2em 1.4em;
padding: 0 1.4em;
position: relative;
overflow: auto;
word-wrap: normal;
@ -259,7 +259,7 @@ body {
line-height: inherit;
margin: 0 2px;
overflow: inherit;
padding: 3px 5px;
padding: 2.2em 5px;
white-space: inherit;
max-width: inherit;
}
@ -288,10 +288,6 @@ pre::after {
top: 0;
}
.content img {
max-width: 100%;
}
.content span.light {
color: #7f8c8d;
}