aboutsummaryrefslogtreecommitdiff
path: root/src/web/static/css/one-page-app.css
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-04-09 08:19:58 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-04-09 08:19:58 +0200
commit8fe5bf8b7c828cbcc2e3a47a5b8b110f216a5b6c (patch)
tree958bcd610a391721f371cb8985578ec31101dbea /src/web/static/css/one-page-app.css
parentAuthentication to JARR with email address or nickname. (diff)
downloadnewspipe-8fe5bf8b7c828cbcc2e3a47a5b8b110f216a5b6c.tar.gz
newspipe-8fe5bf8b7c828cbcc2e3a47a5b8b110f216a5b6c.tar.bz2
newspipe-8fe5bf8b7c828cbcc2e3a47a5b8b110f216a5b6c.zip
Updated Navbar.
Diffstat (limited to 'src/web/static/css/one-page-app.css')
-rw-r--r--src/web/static/css/one-page-app.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/static/css/one-page-app.css b/src/web/static/css/one-page-app.css
index ffad209e..db666236 100644
--- a/src/web/static/css/one-page-app.css
+++ b/src/web/static/css/one-page-app.css
@@ -124,7 +124,7 @@
right: 4px;
}
#right-panel {
- top: 50px;
+ top: 0px;
}
#rp-breadcrum{
margin-top: 10px;
bgstack15