mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	add pre.unstyled css rule
in bootstrap, pre blocks have background and borders. this removes them with a special class named `unstyled` just like `ul.unstyled`.
This commit is contained in:
		
							
								
								
									
										6
									
								
								dist/css/custom.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								dist/css/custom.css
									
									
									
									
										vendored
									
									
								
							| @@ -53,3 +53,9 @@ | ||||
|     width:100%; | ||||
|     height:300px; | ||||
| } | ||||
|  | ||||
| pre.unstyled { | ||||
|     border-width: 0; | ||||
|     background-color: transparent; | ||||
|     padding: 0; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user