mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-16 14:15:26 -06:00
.uppweb Fix issue with too big bar links.
git-svn-id: svn://ultimatepp.org/upp/trunk@10994 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
2222ff696c
commit
720ef197fb
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ Htmls BarLink(const char *link, const char *text, bool nxt = true)
|
|||
{
|
||||
String style = "border: 0px solid black; "
|
||||
"padding-left:12px; padding-right:0px; "
|
||||
"padding-top:6px; padding-bottom:6px;";
|
||||
"padding-top:0px; padding-bottom:6px;";
|
||||
if(nxt)
|
||||
style += " border-top: 1px solid #6E89AE;";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue