diff options
| author | “Ryder <“r@okfoc.us”> | 2016-03-30 12:46:53 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-03-30 12:46:53 -0400 |
| commit | 15e6d6b768ac1f82fed65e1439962c0c26557ea5 (patch) | |
| tree | b54afd73228761482f7abd3895f152de9806ef52 /public | |
| parent | d755e31b7cd8c79c31c209283962d89451923d9d (diff) | |
100 percent buttons on single not multi galleries
Diffstat (limited to 'public')
| -rw-r--r-- | public/assets/ok.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index 89cc9f9..99820b4 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -428,6 +428,11 @@ nav b { cursor: url(img/d.png)32 64, pointer; } +.single .page-up, .single .page-down { + width: 100%; + margin-left: 0; +} + .flickity-viewport { overflow: hidden; position: relative; |
