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
|
@ -1,13 +1,4 @@
|
|||
|
||||
/******************************
|
||||
* general
|
||||
******************************/
|
||||
|
||||
p {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
|
||||
/******************************
|
||||
* tweaks for root user
|
||||
******************************/
|
||||
|
|
|
@ -273,7 +273,7 @@
|
|||
|
||||
% if expose_db_picker is not Undefined and expose_db_picker:
|
||||
<div class="level-item">
|
||||
<p style="margin-bottom: 0;">DB:</p>
|
||||
<p>DB:</p>
|
||||
</div>
|
||||
<div class="level-item">
|
||||
${h.form(url('change_db_engine'), ref='dbPickerForm')}
|
||||
|
|
Loading…
Reference in a new issue