mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-01 09:39:51 -04:00
Remove useless table border
This commit is contained in:
parent
7861cabfa1
commit
ed72d4665e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<table style="border: 1px solid #ddd;" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td style="padding: 10px 10px; background-color: #eee; border: 1px solid #ddd;">
|
||||
<td style="padding: 10px 10px; background-color: #eee;">
|
||||
<a href="<%= Discourse.base_url %>">
|
||||
<img src="<%= logo_url %>" style="max-height: 35px; min-height: 35px; height: 35px;" class='site-logo'></a>
|
||||
</td>
|
||||
|
|
Loading…
Add table
Reference in a new issue