diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-17 23:08:14 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-17 23:09:31 +0100 |
| commit | e920f209fe488f4494b65748634af11db4e0d9ea (patch) | |
| tree | 3cd7abdddeadfbdd6d7044d9629f7b7225eb999f /_sass | |
| parent | c9a81ed2f27bd2658ed56fa2e556ab39c03141d3 (diff) | |
| download | wiki-e920f209fe488f4494b65748634af11db4e0d9ea.tar.gz wiki-e920f209fe488f4494b65748634af11db4e0d9ea.tar.bz2 wiki-e920f209fe488f4494b65748634af11db4e0d9ea.zip | |
Some improvements to blog system
Diffstat (limited to '_sass')
| -rw-r--r-- | _sass/git-wiki-style.scss | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/_sass/git-wiki-style.scss b/_sass/git-wiki-style.scss index e3fb194..028781a 100644 --- a/_sass/git-wiki-style.scss +++ b/_sass/git-wiki-style.scss @@ -281,3 +281,31 @@ footer { color:#444; } } + +/* + Pagination rules +*/ + +.pagination a, .pagination span { + padding: 7px 18px; + border: 1px solid #eee; + margin-left: -2px; + margin-right: -2px; + background-color: #ffffff; + display: inline-block; +} + +.pagination a { + &:hover { + background-color: #f1f1f1; + color: #333; + } +} + +.pagination { + text-align: center; +} + +.post-item { + margin-bottom: 50px; +}
\ No newline at end of file |
