@@ -12,7 +12,7 @@
 | 
			
		||||
    {% if next != null %}
 | 
			
		||||
      <a id="next" href="/{{ next }}"><<-</a> | 
 | 
			
		||||
    {% endif %}
 | 
			
		||||
    <a id="random" href="/random" title="Random">random</a> 
 | 
			
		||||
    <a id="random" href="/random">random</a> 
 | 
			
		||||
    {% if prev != null %}
 | 
			
		||||
       | <a id="prev" href="/{{ prev }}">->></a>
 | 
			
		||||
    {% endif %}
 | 
			
		||||
 
 | 
			
		||||
@@ -9,6 +9,11 @@ body {
 | 
			
		||||
  font-family: Monospace;
 | 
			
		||||
  font-size: 12px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.contact {
 | 
			
		||||
    margin: 20px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
ul#posts {
 | 
			
		||||
  width: calc(100% - 210px);
 | 
			
		||||
  margin: 0;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user