Skip to content
Snippets Groups Projects
blog.css 232 B
Newer Older
  • Learn to ignore specific revisions
  • .archivelink {
    	text-align: right;
    }
    
    ul.blognav {
    	text-align: left;
    	float: left;
    	width: 100%;
    	list-style-type: none;
    	margin: 0;
    	padding: 0;
    }
    
    li.prev {
    	float: left;
    }
    
    li.next {
    	float: right;
    }
    
    .errorinfo {
    	color: red;
    }