aboutsummaryrefslogtreecommitdiff
path: root/src/web/static
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2017-05-29 00:33:51 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2017-05-29 00:33:51 +0200
commit1e7f1434b062a81b46cd434bd30c309b7252c057 (patch)
treeb0ce7dff08ada2c56a56d4b7cdf3923dc0655ef2 /src/web/static
parentupdated layout (diff)
downloadnewspipe-1e7f1434b062a81b46cd434bd30c309b7252c057.tar.gz
newspipe-1e7f1434b062a81b46cd434bd30c309b7252c057.tar.bz2
newspipe-1e7f1434b062a81b46cd434bd30c309b7252c057.zip
added some fitlters for the bookmarks page
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