projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29386fa
)
remove obsolete trick to fix firefox problem on input buttons
author
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Sun, 25 Oct 2015 15:08:52 +0000
(16:08 +0100)
committer
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Sun, 25 Oct 2015 15:08:52 +0000
(16:08 +0100)
web/brisk.css
patch
|
blob
|
history
diff --git
a/web/brisk.css
b/web/brisk.css
index
bcf1636
..
a16cb13
100644
(file)
--- a/
web/brisk.css
+++ b/
web/brisk.css
@@
-27,14
+27,6
@@
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;