diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -126,6 +126,16 @@ max-height: 1.2em; vertical-align: middle; } + input[type="checkbox"] { + margin: 0; + } + .widget input[data-is-int="true"] { + font-size: 1em; + padding: 0; + line-height: 1; + border-width: 1px; + width: 5em; + } .widget { display: block; border-bottom: 2px solid #777; |