top-margin for checkbox set to 0.
authorrsiddharth <rsd@gnu.org>
Tue, 8 Oct 2013 16:10:40 +0000 (21:40 +0530)
committerrsiddharth <rsd@gnu.org>
Tue, 8 Oct 2013 16:10:40 +0000 (21:40 +0530)
2014/assets/css/custom.css

index 4fc8ddfb754b6cb73493885fde907386f7a35c3f..4e61d05f1b95c60891d8407b33ce1fb4a0bf2286 100644 (file)
@@ -139,6 +139,11 @@ body {
   color: #737373;
 }
 
+input[type="checkbox"] {
+  margin: 0 0 0;
+  line-height: normal;
+}
+
 .btn-default {
   color: #ffffff;
   background-color: rgba(145, 145, 145, 0.5);