mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	help: Add a bottom border in section headings.
This commit adds a bottom border to all the section headings.
This commit is contained in:
		@@ -160,12 +160,18 @@ body {
 | 
			
		||||
    font-size: 1.25em;
 | 
			
		||||
    line-height: 1.5;
 | 
			
		||||
    margin-bottom: 0px;
 | 
			
		||||
    border-bottom: 1px solid #fff;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.help .sidebar h1:not(:first-of-type) {
 | 
			
		||||
    margin-top: 20px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.help .sidebar h1:first-of-type,
 | 
			
		||||
.help .sidebar h1.home-link {
 | 
			
		||||
    border-bottom: none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.help .sidebar h2 {
 | 
			
		||||
    font-size: 1.2em;
 | 
			
		||||
    line-height: 1.05;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user