hf: classic theme border sizing
fixes an issue with the classic theme where the borders of page contents are slightly too large
This commit is contained in:
		
							parent
							
								
									37660d826a
								
							
						
					
					
						commit
						016e1957e3
					
				
					 2 changed files with 2 additions and 0 deletions
				
			
		|  | @ -2,6 +2,7 @@ | |||
|     background: url("/static/snow.gif"); | ||||
|     border: 3px inset black; | ||||
|     color: black; | ||||
|     box-sizing: border-box; | ||||
| } | ||||
| 
 | ||||
| @media screen and (max-width: 800px) { | ||||
|  |  | |||
|  | @ -1,6 +1,7 @@ | |||
| .settings-area { | ||||
|     background: url("/static/snow.gif"); | ||||
|     border: 1px solid white; | ||||
|     box-sizing: border-box; | ||||
| } | ||||
| 
 | ||||
| @media screen and (max-width: 800px) { | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue