diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2015-12-14 18:04:23 +0000 |
---|---|---|
committer | Stephen Finucane <stephen.finucane@intel.com> | 2016-02-08 19:03:38 +0000 |
commit | 33b36c2b3be803643cbcceb638f631cd0ba9a51c (patch) | |
tree | 130198cdcdb89e544882f09a0a3de0f081e68992 /templates | |
parent | a74bd81a8f6b00e8f2baf08c205f05c45b659e07 (diff) | |
download | patchwork-33b36c2b3be803643cbcceb638f631cd0ba9a51c.tar patchwork-33b36c2b3be803643cbcceb638f631cd0ba9a51c.tar.gz |
ui: Let the bootstrap inverse navbar style shine through
Time for another iteration of the design. Let's start by using the
inverse bootsrap style with a slightly whiter color for font for better
contrast.
That color change has repercussions in the style sheet, mostly in the
custom containers/boxes we're still using on the secondary pages
(login/register/...)
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Acked-by: Stephen Finucane <stephen.finucane@intel.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index dec904b..c0008f7 100644 --- a/templates/base.html +++ b/templates/base.html @@ -24,7 +24,7 @@ {% block headers %}{% endblock %} </head> <body> - <nav class="navbar navbar-patchwork" role="navigation"> + <nav class="navbar navbar-inverse navbar-patchwork" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse"> |