mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-26 14:38:19 +01:00
fix aphront context bar bottom margin -- don't need it
Summary: noticed when creating a task that the "you made a task - make another" ui element had a bottom margin element which seemed out of place in the re-design. killed the margin Test Plan: looks good to me! Reviewers: epriestley, chad Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4178
This commit is contained in:
parent
5b15f725bd
commit
f3702a9f3b
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
.aphront-contextbar-view {
|
.aphront-contextbar-view {
|
||||||
background: #efefef;
|
background: #efefef;
|
||||||
margin-bottom: 6px;
|
|
||||||
padding: 6px 2em;
|
padding: 6px 2em;
|
||||||
border-bottom: 1px solid #dfdfdf;
|
border-bottom: 1px solid #dfdfdf;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue