remove obsolete trick to fix firefox problem on input buttons
[brisk.git] / web / brisk.css
index c2eef51..a16cb13 100644 (file)
     line-height: 120%;
 }
 
-/* TRICK TO REMOVE EXCESS OF PADDING INSIDE INPUT BUTTONS WITH FIREFOX */
-input::-moz-focus-inner {
-    border: 0;
-    padding: 0;
-    margin-top:-2px;
-    margin-bottom: -2px;
-}
-
 body {
     background-image: url('img/happysunbg.png');
     background-color: #fafafa;
     background-repeat: no-repeat;
     background-position: center center;
-    margin:0px;
-
+    margin: 0px;
+    height: 800px;
     padding: 0px;
 
     align: center;