diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-02-01 17:02:00 -0800 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-02-04 02:53:52 -0800 |
commit | a474a5cbbd7e6e4d58c6cb13cb566637b553862f (patch) | |
tree | 6b4cd678367ef72178d450f6bb0d1088abd6731b /static | |
parent | 8fbf988aaa95b58d05cfff7d56e370051ae7bec2 (diff) | |
download | patchfoo-a474a5cbbd7e6e4d58c6cb13cb566637b553862f.tar.gz patchfoo-a474a5cbbd7e6e4d58c6cb13cb566637b553862f.zip |
Small adjustments
- Listen on IPv6 localhost by default
- Make search box bigger
- Keep unencrypted content
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css index 790e6ab..6f8e4a9 100644 --- a/static/styles.css +++ b/static/styles.css @@ -30,6 +30,7 @@ section { background-color: transparent; border: 1px solid black; font-size: inherit; + width: 24ex; } .paginate { |