mirror of
https://github.com/discourse/discourse.git
synced 2025-02-22 08:12:01 +08:00
Merge pull request #2404 from archony/patch-3
Remove useless table border
This commit is contained in:
commit
72130357ed
@ -1,6 +1,6 @@
|
|||||||
<table style="border: 1px solid #ddd;" cellspacing="0" cellpadding="0">
|
<table style="border: 1px solid #ddd;" cellspacing="0" cellpadding="0">
|
||||||
<tr>
|
<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 %>">
|
<a href="<%= Discourse.base_url %>">
|
||||||
<img src="<%= logo_url %>" style="max-height: 35px; min-height: 35px; height: 35px;" class='site-logo'></a>
|
<img src="<%= logo_url %>" style="max-height: 35px; min-height: 35px; height: 35px;" class='site-logo'></a>
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user