aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/sass/partials
diff options
context:
space:
mode:
authorFrederic Hemberger <mail@frederic-hemberger.de>2011-10-17 18:50:28 +0200
committerFrederic Hemberger <mail@frederic-hemberger.de>2011-10-17 18:50:28 +0200
commit1362e9d57bb936b4762aed946a7d51bf3ee3ac90 (patch)
tree48584093025a990050e5fc3eb01aeb7299774821 /.themes/classic/sass/partials
parentffa68a1fe3585237f1a63fdffcd8d3d929e2b10e (diff)
downloadmy_new_personal_website-1362e9d57bb936b4762aed946a7d51bf3ee3ac90.tar.xz
my_new_personal_website-1362e9d57bb936b4762aed946a7d51bf3ee3ac90.zip
Removes <nav> for Pagination links, fixes #216
Diffstat (limited to '')
-rw-r--r--.themes/classic/sass/partials/_blog.scss10
1 files changed, 4 insertions, 6 deletions
diff --git a/.themes/classic/sass/partials/_blog.scss b/.themes/classic/sass/partials/_blog.scss
index 2c1358d9..d3ba48a3 100644
--- a/.themes/classic/sass/partials/_blog.scss
+++ b/.themes/classic/sass/partials/_blog.scss
@@ -123,14 +123,12 @@ article + article {
display: inline-block;
}
-#content nav.pagination {
+#content div.pagination {
text-align: center;
font-size: .95em;
- div {
- position: relative;
- background: $img-border top left repeat-x;
- padding: {top: 1.5em; bottom: 1.5em;}
- }
+ position: relative;
+ background: $img-border top left repeat-x;
+ padding: {top: 1.5em; bottom: 1.5em;}
a {
text-decoration: none;
color: $text-color-light;