summaryrefslogtreecommitdiff
path: root/public/views
diff options
context:
space:
mode:
authorSheogorath2018-07-03 21:34:45 +0200
committerSheogorath2018-07-03 21:34:57 +0200
commit734e7b01a55ec2a70227effde61dc0e866de01d5 (patch)
tree45eab833f4c84ea42abc0332824aca3e6d1d5da5 /public/views
parent1de81600083ed5f4a0813010ddf24e22744176c6 (diff)
Remove some unneeded defined inline-stylings
These have no really useful point here. Let's just remove them. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to 'public/views')
-rw-r--r--public/views/index/body.ejs4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/views/index/body.ejs b/public/views/index/body.ejs
index a0de8c32..29fa3181 100644
--- a/public/views/index/body.ejs
+++ b/public/views/index/body.ejs
@@ -168,7 +168,7 @@
</button>
<h4 class="modal-title" id="myModalLabel"><%= __('Are you sure?') %></h4>
</div>
- <div class="modal-body" style="color:black;">
+ <div class="modal-body">
<h5 class="ui-delete-history-modal-msg"></h5>
<strong class="ui-delete-history-modal-item"></strong>
</div>
@@ -188,7 +188,7 @@
</button>
<h4 class="modal-title" id="myModalLabel"><%= __('Are you sure?') %></h4>
</div>
- <div class="modal-body" style="color:black;">
+ <div class="modal-body">
<h5 class="ui-delete-user-modal-msg"><%= __('Do you really want to delete your user account?') %></h5>
<strong class="ui-delete-user-modal-item"><%= __('This will delete your account, all notes that are owned by you and remove all references to your account from other notes.') %></strong>
</div>