mirror of
https://github.com/correl/melpa.git
synced 2024-12-22 19:17:27 +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;
|
color: #C09853;
|
||||||
}
|
}
|
||||||
.table .text-right {
|
.table .text-right {
|
||||||
text-align: right !important;
|
text-align: right;
|
||||||
}
|
}
|
||||||
pre code { /* Match highlight.js styles to bootstrap */
|
pre code { /* Match highlight.js styles to bootstrap */
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -124,12 +124,12 @@
|
||||||
<table class="table table-bordered table-hover">
|
<table class="table table-bordered table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="header">
|
<tr class="header">
|
||||||
<th align="left">Package</th>
|
<th>Package</th>
|
||||||
<th align="left">Version</th>
|
<th>Version</th>
|
||||||
<th align="left">Description</th>
|
<th>Description</th>
|
||||||
<th align="left">Recipe</th>
|
<th>Recipe</th>
|
||||||
<th align="left">Source</th>
|
<th>Source</th>
|
||||||
<th class="text-right" align="right">DLs</th>
|
<th>DLs</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
Loading…
Reference in a new issue