Merge pull request #211 from tribut/patch-2

Remove margin-right from #topbar.actions
This commit is contained in:
David Cormier 2014-03-05 08:12:37 -05:00
commit b0a7acaadb

View file

@ -151,7 +151,7 @@ input[type=text], input[type=password], .badge {
#topbar .actions {
margin-left: 5px;
padding-left: 5px;
margin-right: 5px;
margin-right: 0;
padding-right: 5px;
padding-top: 2px;
height: 35px;