update to bootstrap 4 p2

This commit is contained in:
Joey Kimsey
2024-12-08 04:40:32 -05:00
parent dcbe7c2ac0
commit c4cd445b7d
79 changed files with 429 additions and 342 deletions

View File

@ -1,16 +1,15 @@
{BookmarkBreadCrumbs}
<div class="row">
<div class="col-xlg-6 col-lg-6 col-md-6 col-sm-6 col-xs-6">
<legend>Unsorted Bookmarks</legend>
<div class="col-xlg-6 col-lg-6 col-md-6 col-sm-6">
<legend style="margin-top: 20px; margin-bottom: 10px;">Unsorted Bookmarks</legend>
{bookmarksList}
</div>
<div class="col-xlg-6 col-lg-6 col-md-6 col-sm-6 col-xs-6">
<legend>Folders List</legend>
<div class="col-xlg-6 col-lg-6 col-md-6 col-sm-6">
<legend style="margin-top: 20px; margin-bottom: 10px;">Folders List</legend>
{foldersList}
</div>
</div>
<legend>Folders</legend>
<legend style="margin-top: 20px; margin-bottom: 10px;">Folders</legend>
<div class="row">
{folderPanels}
</div>