commit | a898dac3d421156527dd5b0fefc0a699c236d7e6 | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Wed May 06 21:04:16 2015 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Wed May 06 21:04:16 2015 +0000 |
tree | 093850f497c7a9f16c020703d656dea1e287b57b | |
parent | 9c12506ed3454253b57c4a24881c187e03b45a46 [diff] [blame] |
Lots of fixes to pagination, l10n, tutorial, css ...
diff --git a/dev/scss/main/pagination.scss b/dev/scss/main/pagination.scss index d057dd0..ef5eb34 100644 --- a/dev/scss/main/pagination.scss +++ b/dev/scss/main/pagination.scss
@@ -25,8 +25,8 @@ */ font-size: 0; position: fixed; - right: 20px; - bottom: 24px; + right: ($standard-margin / 4); + bottom: ($standard-margin / 2); z-index: 400; padding: 0; height: auto;