diff options
Diffstat (limited to 'static/custom.css')
| -rw-r--r-- | static/custom.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/static/custom.css b/static/custom.css index 661e2a8..807ab55 100644 --- a/static/custom.css +++ b/static/custom.css @@ -162,4 +162,8 @@ select:focus { background-color: #efefef; border: 1px solid #e0e0e0 !important; box-shadow: 0 0 2px #ddd !important; - } +} +/* detectes robots */ +.hp { + display: none; +} |
