commit | 4e4865a25be050d2c4eea20edaaf46a96332883a | [log] [tgz] |
---|---|---|
author | Tyler Scott <tyduptyler13@gmail.com> | Thu Aug 06 14:23:21 2015 -0600 |
committer | Tyler Scott <tyduptyler13@gmail.com> | Mon Aug 10 15:25:25 2015 -0600 |
tree | d18175486235706d1b5ef3cc9ac20ba12934253e | |
parent | 696d38fc5856ca671ae8475dcce26c90aa8c144e [diff] [blame] |
Completed paging. It might be possible to add pages again. Change-Id: I06ac13b30f570671c7b946a55ae2b262f4e6f823
diff --git a/client/catalog/css/style.css b/client/catalog/css/style.css index c2d243b..45752a6 100644 --- a/client/catalog/css/style.css +++ b/client/catalog/css/style.css
@@ -104,3 +104,7 @@ *:focus ~ .autoComplete { /* If the parent detects focus on any subelement or itself */ max-height: 500px; } + +.pager li > div { + display: inline-block; +}