1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 08:52:39 +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:
Bob Trahan 2012-12-13 10:46:53 -08:00
parent 5b15f725bd
commit f3702a9f3b

View file

@ -4,7 +4,6 @@
.aphront-contextbar-view {
background: #efefef;
margin-bottom: 6px;
padding: 6px 2em;
border-bottom: 1px solid #dfdfdf;
}