Переглянути джерело

slightly more padding on buttons

Owen Versteeg 11 роки тому
батько
коміт
eb37d0db89
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      less/buttons.less

+ 1 - 1
less/buttons.less

@@ -6,7 +6,7 @@
 	cursor: pointer;
 	cursor: pointer;
 	display: inline-block; /* Enables non-inline-block elements like <div>s to be buttons */
 	display: inline-block; /* Enables non-inline-block elements like <div>s to be buttons */
 	font-size: 2.5em;
 	font-size: 2.5em;
-	margin: .3em .2em 0 0;
+	margin: .2em .3em .2em 0;
 	padding: 15px 40px 16px;
 	padding: 15px 40px 16px;
 }
 }