aboutsummaryrefslogtreecommitdiff
path: root/src/web/static
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/static')
-rw-r--r--src/web/static/css/customized-bootstrap.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/web/static/css/customized-bootstrap.css b/src/web/static/css/customized-bootstrap.css
index 7760e90a..c385c908 100644
--- a/src/web/static/css/customized-bootstrap.css
+++ b/src/web/static/css/customized-bootstrap.css
@@ -48,3 +48,8 @@ a {
display: block;
z-index: 1001;
}
+
+/*customization for Flask-Paginate*/
+.pagination-page-info {
+ display: inline;
+}
bgstack15