From 62b3afeeedfe054345f86093e2d243e956c1e3c9 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 26 Feb 2020 11:27:31 +0100 Subject: The project is now using Poetry. --- src/web/static/css/customized-bootstrap.css | 55 ----------------------------- 1 file changed, 55 deletions(-) delete mode 100644 src/web/static/css/customized-bootstrap.css (limited to 'src/web/static/css/customized-bootstrap.css') diff --git a/src/web/static/css/customized-bootstrap.css b/src/web/static/css/customized-bootstrap.css deleted file mode 100644 index c385c908..00000000 --- a/src/web/static/css/customized-bootstrap.css +++ /dev/null @@ -1,55 +0,0 @@ -body { - margin-top: 50px; -} -div.top { - position: relative; - top: -50px; - display: block; - height: 0; -} - -#newspipenav { - background-color: #205081; - border: #205081; - border-radius: 0; -} -#newspipenav>div.container { - width: 100%; -} -#newspipenav span.glyphicon { - margin-right: 5px; -} -#newspipenav button { - margin-left: 5px; -} - -#newspipenav a.navbar-brand, -#newspipenav .newspipenavitem a, -#newspipenav a.dropdown-toggle{ - color: white; -} -#newspipenav .navbar-nav > .open > a, -#newspipenav .navbar-nav > .open > a:hover, -#newspipenav .navbar-nav > li > a:hover { - background-color: #3572B0; -} -a { - color: #3572B0; -} - -.input-group-inline { - min-width: 0; - width: 200px; - display: inline; -} - -.alert-message { - position: relative; - display: block; - z-index: 1001; -} - -/*customization for Flask-Paginate*/ -.pagination-page-info { - display: inline; -} -- cgit