diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2015-12-17 18:08:56 +0000 |
---|---|---|
committer | Stephen Finucane <stephen.finucane@intel.com> | 2016-02-08 19:03:39 +0000 |
commit | 40cff5a8b2ad4a3b96f48b4d7933303668853bc6 (patch) | |
tree | 043c2f0f4e158e48f13b9ba37c57d515f06c8936 /htdocs | |
parent | 33b36c2b3be803643cbcceb638f631cd0ba9a51c (diff) | |
download | patchwork-40cff5a8b2ad4a3b96f48b4d7933303668853bc6.tar patchwork-40cff5a8b2ad4a3b96f48b4d7933303668853bc6.tar.gz |
ui: Redesign navigation
We get rid of the breadcrumbs in favour of items always present in the
top navigation bar.
Based on BĂ©len's new design iteration.
v2: Rebase onto master
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/css/style.css | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/htdocs/css/style.css b/htdocs/css/style.css index e86a88a..123d940 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -30,22 +30,6 @@ pre { color: #999; } -#breadcrumb { - float: left - width: 100%; - border-bottom: 0.1em solid #ddd; - padding: 0.2em 1em; - color: #a0a0a0; -} - -#breadcrumb-left { - float: left; -} - -#breadcrum-right { - float: right; -} - #content { padding: 1em; } |