Handle locally issue of ikiwiki span in navbar
Joshua Gay suggested this to handle the issue with ikiwiki's span in the Discussion page, first reported by mlinksva.
This commit is contained in:
		
							parent
							
								
									b067271cc4
								
							
						
					
					
						commit
						34617be799
					
				
					 1 changed files with 11 additions and 3 deletions
				
			
		
							
								
								
									
										14
									
								
								local.css
									
										
									
									
									
								
							
							
						
						
									
										14
									
								
								local.css
									
										
									
									
									
								
							|  | @ -19,9 +19,17 @@ footer { | ||||||
| .copyleft-navbar { | .copyleft-navbar { | ||||||
|   color: #577632; |   color: #577632; | ||||||
| } | } | ||||||
| .copyleft-navbar.navbar-default .navbar-nav > li > span > a, | /* This is needed b/c ikiwiki inserts a span somewhere */ | ||||||
| .copyleft-navbar.navbar-default .navbar-nav > li > span | .navbar-nav > li > span { | ||||||
| { |     padding-top: 10px; | ||||||
|  |     padding-bottom: 10px; | ||||||
|  |     line-height: 20px; | ||||||
|  | } | ||||||
|  | @media (min-width: 768px) { | ||||||
|  |     .navbar-nav > li > span { | ||||||
|  |         padding-top: 15px; | ||||||
|  |         padding-bottom: 15px; | ||||||
|  |     } | ||||||
| } | } | ||||||
| .copyleft-navbar .createlink a:focus, | .copyleft-navbar .createlink a:focus, | ||||||
| .copyleft-navbar .createlink a:active, | .copyleft-navbar .createlink a:active, | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Bradley M. Kuhn
						Bradley M. Kuhn