Add search for js-enabled browsers
This commit is contained in:
		@@ -75,7 +75,7 @@ aside {
 | 
			
		||||
main {
 | 
			
		||||
	margin-bottom: 5rem;
 | 
			
		||||
 | 
			
		||||
	article h1 a { color: inherit }
 | 
			
		||||
	article h2 a { color: inherit }
 | 
			
		||||
	.info {
 | 
			
		||||
		border-top: 1px solid #eee;
 | 
			
		||||
		margin: 2em 0;
 | 
			
		||||
@@ -131,6 +131,15 @@ main {
 | 
			
		||||
		overflow: auto;
 | 
			
		||||
		border-radius: .3em;
 | 
			
		||||
	}
 | 
			
		||||
	input.search {
 | 
			
		||||
		display: none; // Hide for non-js browsers
 | 
			
		||||
		box-sizing: border-box;
 | 
			
		||||
		width: 100%;
 | 
			
		||||
		border: 1px solid #bbb;
 | 
			
		||||
		padding: .5em 1em;
 | 
			
		||||
		margin: 1em 0;
 | 
			
		||||
		outline: none;
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
a {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user