diff options
author | Ian C <ianc@noddybox.co.uk> | 2018-07-13 20:44:29 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2018-07-13 20:44:29 +0000 |
commit | 44131e56b84d636f6a85e64b965d0a04faadc2d0 (patch) | |
tree | 559c5498735ce9b6d2fa8c7e9872f6aa6d37178c /www/css | |
parent | aa1c61a18bdc7e686f0c755570178317b1533836 (diff) |
Added global show passwords checkbox.
Diffstat (limited to 'www/css')
-rw-r--r-- | www/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/css/main.css b/www/css/main.css index d400b22..3e98b16 100644 --- a/www/css/main.css +++ b/www/css/main.css @@ -9,7 +9,7 @@ body font-size: x-small; } -td input +input.fill { box-sizing: border-box; display: block; |