Fix width on Chrome

This commit is contained in:
Netscape Navigator 2019-11-17 16:09:55 -06:00
parent 3b0ef5163b
commit db3b020e0e
1 changed files with 2 additions and 2 deletions

View File

@ -22,10 +22,10 @@
</td>
</tr>
<tr>
<td valign="top" bgcolor="#008080">
<td valign="top" bgcolor="#008080" width="200px">
<%= partial "layout/sidebar" %>
</td>
<td valign="top">
<td valign="top" width="850px">
<%if current_article %>
<h1><%= current_article.title %></h1>
<hr/>