0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Add extra padding to post edit/settings buttons

Closes #39
This commit is contained in:
Paul Adam Davis 2014-06-25 17:21:32 +01:00
parent 422220a721
commit eaa6bdeb32
2 changed files with 3 additions and 3 deletions

View file

@ -261,8 +261,8 @@
.post-edit {
@include icon($i-edit, 14px);
margin-right:7px;
padding: 5px;
margin-right: 2px;
padding: 0 10px;
}
img {

File diff suppressed because one or more lines are too long