Skip to content

Commit 7ab114b

Browse files
committed
Rounded
1 parent c504572 commit 7ab114b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extra/Templates for bootstrap 4/wggithub/wggithub_index.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</div>
6161
<hr />
6262
<div class="d-flex flex-row">
63-
<div class="bg-secondary text-nowrap mr-2">
63+
<div class="bg-secondary rounded text-nowrap mr-2">
6464
<!-- Nav tabs for each directory -->
6565
<div class="nav flex-column nav-pills mb-2" id="v-pills-tab" role="tablist" aria-orientation="vertical">
6666
<{if $directory.previousRepos}>
@@ -117,7 +117,7 @@
117117
<{if $permReadmeUpdate|default:''}>
118118
<a class='btn btn-primary btn-sm float-right' href="index.php?op=update_readme&amp;repo_id=<{$repo.id}>&amp;repo_user=<{$repo.user}>&amp;repo_name=<{$repo.name}>" title="<{$smarty.const._MA_WGGITHUB_README_UPDATE}>"><span class="fa fa-refresh fa-lg"></span> <{$smarty.const._MA_WGGITHUB_README_UPDATE}></a>
119119
<{/if}>
120-
<div class="border p-2"><{$repo.readme.content_clean|default:''}></div>
120+
<div class="border rounded p-2"><{$repo.readme.content_clean|default:''}></div>
121121
</p>
122122
</div>
123123
<{/foreach}>

0 commit comments

Comments
 (0)