mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-17 19:12:37 -05:00
fix border widths
This commit is contained in:
parent
e2b265eb98
commit
1fb709362a
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ module Email
|
|||
element.css('a').each do |inner|
|
||||
# we want the first footer link to be specially highlighted as IMPORTANT
|
||||
if footernum == 0 and linknum == 0
|
||||
inner['style'] = "background-color: #006699; color:#ffffff; border-top: 6px solid #006699; border-right: 8px solid #006699; border-bottom: 6px solid #006699; border-left: 6px solid #006699; display: inline-block;"
|
||||
inner['style'] = "background-color: #006699; color:#ffffff; border-top: 4px solid #006699; border-right: 6px solid #006699; border-bottom: 4px solid #006699; border-left: 6px solid #006699; display: inline-block;"
|
||||
else
|
||||
inner['style'] = "color:#666;"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue