Skip to content

Commit

Permalink
give table columns fixed widths t:10m
Browse files Browse the repository at this point in the history
  • Loading branch information
Will McNeilly committed Sep 19, 2011
1 parent f61ea29 commit 2d881c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/views/links/_links.html.erb
@@ -1,9 +1,9 @@
<table class="link-table">
<thead>
<th>Squished Link</th>
<th>Long Link</th>
<th>Views</th>
<th>When</th>
<th width="200px">Squished Link</th>
<th width="400px">Long Link</th>
<th width="70px">Views</th>
<th width="70px">When</th>
</thead>
<tbody>
<%= render links %>
Expand Down

0 comments on commit 2d881c7

Please sign in to comment.