summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
author“Ryder <“r@okfoc.us”>2016-03-30 14:04:53 -0400
committer“Ryder <“r@okfoc.us”>2016-03-30 14:04:53 -0400
commit37dc7281018a7aa1417963be68c6e3a648dfb738 (patch)
treec937f2d57747a69f80d5e9c5913cd3c9b3443986 /public
parentc26e066aee3bcbd84498eb3766a13f8ed8ed904d (diff)
cursor on front page
Diffstat (limited to 'public')
-rw-r--r--public/assets/ok.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css
index 51184d8..647b92f 100644
--- a/public/assets/ok.css
+++ b/public/assets/ok.css
@@ -437,7 +437,10 @@ nav b {
margin-left: 0;
height:50%;
}
-
+.item:first-child .page-down{
+ height:100%;
+ bottom: -25px;
+}
.item:last-child .page-down, .item:last-child .bottom{
cursor:default;
}