aboutsummaryrefslogtreecommitdiff
path: root/web/static/css/customized-bootstrap.css
diff options
context:
space:
mode:
authorFrançois Schmidts <francois.schmidts@gmail.com>2015-12-12 21:14:28 +0100
committerFrançois Schmidts <francois.schmidts@gmail.com>2015-12-17 09:42:56 +0100
commitb35e9773198ef2d8b37c4ca223f08147db47de0b (patch)
treeba4b1b171b3c1ab9414a96ad264c47b0f9d1246b /web/static/css/customized-bootstrap.css
parentUpdated link to Heroku deploy button on the About page. (diff)
downloadnewspipe-b35e9773198ef2d8b37c4ca223f08147db47de0b.tar.gz
newspipe-b35e9773198ef2d8b37c4ca223f08147db47de0b.tar.bz2
newspipe-b35e9773198ef2d8b37c4ca223f08147db47de0b.zip
moving the root of source code from / to /src/
Diffstat (limited to 'web/static/css/customized-bootstrap.css')
-rw-r--r--web/static/css/customized-bootstrap.css49
1 files changed, 0 insertions, 49 deletions
diff --git a/web/static/css/customized-bootstrap.css b/web/static/css/customized-bootstrap.css
deleted file mode 100644
index 9f3febfc..00000000
--- a/web/static/css/customized-bootstrap.css
+++ /dev/null
@@ -1,49 +0,0 @@
-body {
- margin-top: 50px;
-}
-div.top {
- position: relative;
- top: -50px;
- display: block;
- height: 0;
-}
-
-.navbar-custom {
- background-color: #205081;
- border: #205081;
- border-radius: 0;
-}
-
-.navbar-custom .navbar-nav > li > a {
- color: #FFFFFF;
-}
-
-.navbar-custom .navbar-nav > li > a:hover {
- background-color: #3572B0;
-}
-
-.navbar-custom .navbar-nav > .active > a,
-.navbar-nav > .active > a:hover,
-.navbar-nav > .active > a:focus {
- color: #FFFFFF;
- background-color: #3572B0;
-}
-.navbar-custom .navbar-brand {
- color: #FFFFFF;
-}
-
-.navbar-custom .navbar-nav > .open > a,
-.navbar-custom .navbar-nav > .open > a:hover,
-.navbar-custom .navbar-nav > .open > a:focus {
- color: #FFFFFF;
- background-color: #3572B0;
-}
-a {
- color: #3572B0;
-}
-
-.input-group-inline {
- min-width: 0;
- width: 200px;
- display: inline;
-}
bgstack15