mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Tidy up blockquote css style
This commit is contained in:
		@@ -71,6 +71,7 @@ body {
 | 
			
		||||
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
 | 
			
		||||
    padding-top: 100px;
 | 
			
		||||
    background: $background-color;
 | 
			
		||||
    color: #333333;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#main-container {
 | 
			
		||||
@@ -135,3 +136,16 @@ pre code {
 | 
			
		||||
.hide {
 | 
			
		||||
    display: none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
blockquote {
 | 
			
		||||
    padding: 0 0 0 15px;
 | 
			
		||||
    margin: 0 0 20px;
 | 
			
		||||
    border-left: 4px solid #ddd;
 | 
			
		||||
 | 
			
		||||
    p {
 | 
			
		||||
        font-size: 14px;
 | 
			
		||||
        font-weight: inherit;
 | 
			
		||||
        line-height: 1.25;
 | 
			
		||||
        color: #777;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user