From ab670eae2c2cea511f1e012bccaf9c4756f9ef47 Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Thu, 28 Mar 2013 19:23:00 -0400 Subject: [PATCH] fix weird discrepancies between button and a elements. --- css/app.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index c5f0d76dc..6001f76ef 100644 --- a/css/app.css +++ b/css/app.css @@ -1834,6 +1834,12 @@ img.wiki-image { display: inline-block; } +.modal-actions a { + /* `button` elements have box-algin: auto, need + compensate this for `a`*/ + padding-top: 25px; +} + .modal-actions button:hover, .modal-actions a:hover { background-color: #ececec; @@ -1848,7 +1854,6 @@ img.wiki-image { height: 100px; width: 100px; margin: auto; - margin-top: 30px; margin-bottom: 10px; background:transparent url(../img/sprite.png) no-repeat 0 -220px; }