From 440fcc0082746d696b5d3eec3f922df5d41ca353 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 17 Mar 2015 11:43:23 -0400 Subject: [PATCH] square buttons --- less/style.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/less/style.less b/less/style.less index bbe3fc4..b2a9c57 100644 --- a/less/style.less +++ b/less/style.less @@ -54,6 +54,10 @@ a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus { text-decoration:none; } +.btn { + border-radius: 0; +} + .alt-logins { margin: 0 0 0 1em; padding: 0;