Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: includes/components/navbar.html

Issue 29587584: Issue 5635 - Implement website-default navbar component (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Rebased Created Oct. 31, 2017, 2:07 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | pages/index.html » ('j') | static/js/navbar.js » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <div class="navbar">
2 <div class="container">
3 <h1 class="navbar-branding">
juliandoucette 2017/10/31 15:18:37 I don't know whether it's better to let the site t
juliandoucette 2017/10/31 15:30:44 AFAICT page heading should be <h1> and navbar bran
ire 2017/11/02 11:15:25 I think you're right. I haven't found a documented
4 <a href="index">Website Defaults</a>
5 </h1>
6
7 <button class="toggle-navbar-collapse">
8 <span class="open-label">Open</span>
9 <span class="sr-only">/</span>
10 <span class="close-label">Close</span>
11 Menu
12 </button>
13
14 <div class="navbar-collapse">
15 <nav>
16 <a href="index">Navbar Menu Link</a>
17 </nav>
18 </div>
19 </div>
20 </div>
OLDNEW
« no previous file with comments | « no previous file | pages/index.html » ('j') | static/js/navbar.js » ('J')

Powered by Google App Engine
This is Rietveld