Thomas Bruederli
2012-07-05 2e32add616487b66c902e1607e083b749792cdbd
Set input field padding up again. That is by design.
1 files modified
2 ■■■ changed files
skins/larry/styles.css 2 ●●● patch | view | raw | blame | history
skins/larry/styles.css
@@ -41,7 +41,7 @@
input[type="password"],
textarea {
    margin: 0; /* Safari by default adds a margin */
    padding: 3px;
    padding: 4px;
    border: 1px solid #b2b2b2;
    border-radius: 4px;
    box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);