Remove navbar top border
On HiDPI displays it had a little gap, maybe due to the gradient since it's glossy now? FossilOrigin-Name: 244b80a33e291d985a8f707a5b6aa2c9a3bc06364c16016ebb3a363f9744952a
This commit is contained in:
parent
2609e9680c
commit
c33d7174f1
1 changed files with 1 additions and 2 deletions
3
dist/treebird.css
vendored
3
dist/treebird.css
vendored
|
@ -119,7 +119,6 @@ table.ui-table td
|
|||
|
||||
#navbar
|
||||
{
|
||||
border-top: 2px solid #fff;
|
||||
background: linear-gradient(#fbfbfb 40%, #efefef 50%, #e4e4e9);
|
||||
width: 1000px;
|
||||
border-bottom: 2px solid #bfbfc4;
|
||||
|
@ -157,7 +156,7 @@ table.ui-table td
|
|||
{
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
margin: 4px 0px 6px 18px;
|
||||
margin: 6px 0px 6px 18px;
|
||||
}
|
||||
|
||||
#navbar span.info
|
||||
|
|
Loading…
Reference in a new issue