diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-09-05 15:54:12 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-09-05 15:54:12 -0400 |
| commit | 1082e3be99669671b6c745307131a7cb8d54eabc (patch) | |
| tree | 91897ff420885672a2dc5390ca334b65828737d5 /public | |
| parent | 1877aa4b508704634774e47385cf5429f67a4565 (diff) | |
pagination on all queries
Diffstat (limited to 'public')
| -rw-r--r-- | public/assets/stylesheets/staff.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/assets/stylesheets/staff.css b/public/assets/stylesheets/staff.css index 05d3541..aa21f9b 100644 --- a/public/assets/stylesheets/staff.css +++ b/public/assets/stylesheets/staff.css @@ -95,3 +95,9 @@ iframe.embed { .page table.projectList td.border { border: 0; } +#pagination { + margin: 10px 0; +} +#pagination a { + color: #00f; +}
\ No newline at end of file |
