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