A few more tweaks to app.css, removing stuff that makes things look less like the wooden site.
This commit is contained in:
		
							parent
							
								
									448aa72558
								
							
						
					
					
						commit
						d0bbb39748
					
				
					 1 changed files with 4 additions and 8 deletions
				
			
		|  | @ -247,7 +247,7 @@ a:hover { | ||||||
|  */ |  */ | ||||||
| h1 { | h1 { | ||||||
|   font-size: 2em; |   font-size: 2em; | ||||||
|   margin: 0.67em 0; |   /* margin: 0.67em 0; */ | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| /** | /** | ||||||
|  | @ -632,8 +632,8 @@ body { | ||||||
| 
 | 
 | ||||||
| a { | a { | ||||||
|   color: #337ab7; |   color: #337ab7; | ||||||
|   text-decoration: none; |   text-decoration: none  !important; | ||||||
|   border-bottom: 1px solid #3ab1c9; |   /* border-bottom: 1px solid #3ab1c9; */ | ||||||
|   transition: color 300ms; |   transition: color 300ms; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | @ -641,11 +641,7 @@ a:hover, a:focus, a:active { | ||||||
|   color: #3ab1c9; |   color: #3ab1c9; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| ul, | 
 | ||||||
| ol { |  | ||||||
|   padding: 0; |  | ||||||
|   /* margin: 0; */ |  | ||||||
| } |  | ||||||
| 
 | 
 | ||||||
| ul > li, | ul > li, | ||||||
| ol > li { | ol > li { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Nick Seidenman (N6)
						Nick Seidenman (N6)