Undo recent base.css changes for <p> tags
				
					
				
			turns out i should be doing `<p class="block">` when i want spacing
This commit is contained in:
		
							parent
							
								
									1a18147971
								
							
						
					
					
						commit
						e1e3301fc1
					
				
					 2 changed files with 1 additions and 10 deletions
				
			
		| 
						 | 
					@ -1,13 +1,4 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/******************************
 | 
					 | 
				
			||||||
 * general
 | 
					 | 
				
			||||||
 ******************************/
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
p {
 | 
					 | 
				
			||||||
    margin-bottom: 1rem;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/******************************
 | 
					/******************************
 | 
				
			||||||
 * tweaks for root user
 | 
					 * tweaks for root user
 | 
				
			||||||
 ******************************/
 | 
					 ******************************/
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -273,7 +273,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            % if expose_db_picker is not Undefined and expose_db_picker:
 | 
					            % if expose_db_picker is not Undefined and expose_db_picker:
 | 
				
			||||||
                <div class="level-item">
 | 
					                <div class="level-item">
 | 
				
			||||||
                  <p style="margin-bottom: 0;">DB:</p>
 | 
					                  <p>DB:</p>
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
                <div class="level-item">
 | 
					                <div class="level-item">
 | 
				
			||||||
                  ${h.form(url('change_db_engine'), ref='dbPickerForm')}
 | 
					                  ${h.form(url('change_db_engine'), ref='dbPickerForm')}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue