diff --git a/styles/output.css b/styles/output.css --- a/styles/output.css +++ b/styles/output.css @@ -152,3 +152,23 @@ margin-bottom: 2px; .show-buttons label { padding-right: .5em; } + +.pager +{ + display: inline-block; + + clear: none; +} +.pager a +{ + text-decoration: none; +} + +#pager-previous +{ + float: left; +} +#pager-next +{ + float: right; +} \ No newline at end of file