diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-04-27 11:18:19 -1000 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-04-27 19:38:47 -1000 |
commit | 93db24ff8b6685f236e3f13031fb23602a4ada46 (patch) | |
tree | 70393b7ed21033d86ff4f9edb471e798f61a7d5c /static | |
parent | 0373df4b547ca9bc2d07dab0c4d7720ee4cce69e (diff) | |
download | patchfoo-93db24ff8b6685f236e3f13031fb23602a4ada46.tar.gz patchfoo-93db24ff8b6685f236e3f13031fb23602a4ada46.zip |
Add advanced search
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css index 478e6de..96383d1 100644 --- a/static/styles.css +++ b/static/styles.css @@ -150,7 +150,7 @@ td { list-style-type: none; } -.mention-id-input { +.id-input { width: 60ex; } |