summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Wallace <kevin@wallace.seattle.wa.us>2019-05-11 18:27:17 -0700
committerKevin Wallace <kevin@wallace.seattle.wa.us>2019-05-11 18:27:17 -0700
commit92aa7c06a7221fcdbc09fda54a9ebd12415c51c8 (patch)
tree59383f6b76cc90e6947ed843c3566ecb01e83e6f
parentsometimes ignore $more in an attempt to always return at least 1 result (diff)
add divider when clicking 'more'
-rw-r--r--index.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.php b/index.php
index dc8ee35..be36f66 100644
--- a/index.php
+++ b/index.php
@@ -72,7 +72,9 @@ $max_more = 10;
echo "nut";
?></title>
<style>
-
+li:target {
+ border-top: 1px solid red;
+}
</style>
</head>
<body>