mirror of
https://github.com/aljazceru/cryptoanarchywiki.github.io.git
synced 2025-12-17 21:24:20 +01:00
Update next previous post
This commit is contained in:
19
css/main.css
19
css/main.css
@@ -94,7 +94,7 @@ div.content {
|
||||
|
||||
div.content pre {
|
||||
background: #333333;
|
||||
padding: 5px;
|
||||
padding: 10px;
|
||||
color: #FFF;
|
||||
overflow-x: auto;
|
||||
font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
|
||||
@@ -172,3 +172,20 @@ div.col-sm-3 img#about {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
.PageNavigation {
|
||||
font-size: 14px;
|
||||
display: block;
|
||||
width: auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.PageNavigation a {
|
||||
display: block;
|
||||
width: 50%;
|
||||
float: left;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
.PageNavigation .next {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user