Skip to content
Snippets Groups Projects
blog.css 308 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;
    
    }
    
    #spinner {
    	visibility: hidden;
    	margin-left: 4px;
    	margin-right: 4px;
    }