diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-03-30 15:36:31 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-03-30 15:36:31 -0400 |
| commit | 3cf47d8edc92dc005a26773816545963e21051b6 (patch) | |
| tree | 99b48c440d5d1fba296dd60b506baf9e9b89b7b0 /public | |
| parent | d1a251ced60317aa0a0f43e571a4185e654ca9f1 (diff) | |
| parent | 37dc7281018a7aa1417963be68c6e3a648dfb738 (diff) | |
Merge branch 'master' of github.com:okfocus/portfolio
Diffstat (limited to 'public')
| -rw-r--r-- | public/assets/ok.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index e84e2ad..a05fed0 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; } |
