mirror of
https://github.com/correl/melpa.git
synced 2024-12-22 11:08:54 +00:00
Tidy up table alignment
This commit is contained in:
parent
85487df36b
commit
abcd484047
1 changed files with 7 additions and 7 deletions
|
@ -56,7 +56,7 @@
|
|||
color: #C09853;
|
||||
}
|
||||
.table .text-right {
|
||||
text-align: right !important;
|
||||
text-align: right;
|
||||
}
|
||||
pre code { /* Match highlight.js styles to bootstrap */
|
||||
padding: 0;
|
||||
|
@ -124,12 +124,12 @@
|
|||
<table class="table table-bordered table-hover">
|
||||
<thead>
|
||||
<tr class="header">
|
||||
<th align="left">Package</th>
|
||||
<th align="left">Version</th>
|
||||
<th align="left">Description</th>
|
||||
<th align="left">Recipe</th>
|
||||
<th align="left">Source</th>
|
||||
<th class="text-right" align="right">DLs</th>
|
||||
<th>Package</th>
|
||||
<th>Version</th>
|
||||
<th>Description</th>
|
||||
<th>Recipe</th>
|
||||
<th>Source</th>
|
||||
<th>DLs</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
Loading…
Reference in a new issue