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: Demo - Use table layout Created Nov. 2, 2017, 11:08 a.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') | pages/navbar.md » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <div class="navbar bg-primary">
2 <div class="container">
3 <a href="index" class="navbar-branding text-start">Website<br> Defaults</a>
ire 2017/11/02 11:15:28 I added this line break to simulate the height of
juliandoucette 2017/11/02 13:31:22 Acknowledged.
4
5 <div class="toggle-navbar-collapse text-end">
ire 2017/11/02 11:15:28 Had to add a container because display: table-cell
juliandoucette 2017/11/02 13:31:22 Acknowledged.
6 <button>
7 <span class="open-label">Open</span>
8 <span class="sr-only">/</span>
9 <span class="close-label">Close</span>
10 Menu
11 </button>
12 </div>
13
14 <div class="navbar-collapse">
15 <nav>
16 <a href="index">Navbar Menu Link</a>, <a href="index">Navbar Menu Link</ a>, <a href="index">Navbar Menu Link</a>, <a href="index">Navbar Menu Link</a>
ire 2017/11/02 11:15:28 Added more links for testing, even though I know i
juliandoucette 2017/11/02 13:31:23 Acknowledged.
17 </nav>
18 </div>
19 </div>
20 </div>
OLDNEW
« no previous file with comments | « no previous file | pages/index.html » ('j') | pages/navbar.md » ('J')

Powered by Google App Engine
This is Rietveld