Anxhelo Lushka
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
8 additions and
2 deletions
-
css/style.css
|
@ -84,6 +84,10 @@ |
|
|
.full.light-grey { |
|
|
.full.light-grey { |
|
|
background: #f6f6f6; } |
|
|
background: #f6f6f6; } |
|
|
|
|
|
|
|
|
|
|
|
.full.light-grey.blog { |
|
|
|
|
|
background: #f6f6f6; |
|
|
|
|
|
padding: 20px; } |
|
|
|
|
|
|
|
|
.full.light-cyan { |
|
|
.full.light-cyan { |
|
|
background: #dae9ec; } |
|
|
background: #dae9ec; } |
|
|
|
|
|
|
|
@ -848,9 +852,11 @@ nav.wrapper { |
|
|
width: 260px; |
|
|
width: 260px; |
|
|
padding: 20px; } |
|
|
padding: 20px; } |
|
|
nav.wrapper a.previous { |
|
|
nav.wrapper a.previous { |
|
|
float: right; } |
|
|
float: right; |
|
|
|
|
|
margin-top: 15px; } |
|
|
nav.wrapper a.next { |
|
|
nav.wrapper a.next { |
|
|
float: left; } |
|
|
float: left; |
|
|
|
|
|
margin-top: 15px; } |
|
|
|
|
|
|
|
|
/* post */ |
|
|
/* post */ |
|
|
.sticky.post.fixed { |
|
|
.sticky.post.fixed { |
|
|