Tidy up table alignment

This commit is contained in:
Steve Purcell 2013-05-10 11:43:33 +01:00
parent 85487df36b
commit abcd484047

View file

@ -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>