diff options
author | Pacien TRAN-GIRARD | 2015-02-05 17:42:07 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2015-02-05 17:42:07 +0100 |
commit | eb4676973b201e375f6fe144e93977ca39b5fd09 (patch) | |
tree | 25a11a4f9c37cf3d3f298a6ebadfb1947a696b19 /public/stylesheets/main.css | |
parent | 4c709046fe329113113b15de62a181cfc8fa5c13 (diff) | |
download | minibay-eb4676973b201e375f6fe144e93977ca39b5fd09.tar.gz |
Fix button margin
Diffstat (limited to 'public/stylesheets/main.css')
-rw-r--r-- | public/stylesheets/main.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index b47d083..a9d3a71 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css | |||
@@ -64,8 +64,8 @@ p { | |||
64 | margin: .3em; | 64 | margin: .3em; |
65 | } | 65 | } |
66 | 66 | ||
67 | .account-info .pure-button:last-child { | 67 | .account-info .pure-button:first-child { |
68 | margin-left: 0; | 68 | margin-right: 0; |
69 | } | 69 | } |
70 | } | 70 | } |
71 | 71 | ||