diff options
author | Kevin Wallace <kevin@wallace.seattle.wa.us> | 2019-05-11 18:27:17 -0700 |
---|---|---|
committer | Kevin Wallace <kevin@wallace.seattle.wa.us> | 2019-05-11 18:27:17 -0700 |
commit | 92aa7c06a7221fcdbc09fda54a9ebd12415c51c8 (patch) | |
tree | 59383f6b76cc90e6947ed843c3566ecb01e83e6f | |
parent | sometimes ignore $more in an attempt to always return at least 1 result (diff) |
add divider when clicking 'more'
-rw-r--r-- | index.php | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -72,7 +72,9 @@ $max_more = 10; echo "nut"; ?></title> <style> - +li:target { + border-top: 1px solid red; +} </style> </head> <body> |