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: Use float method Created Nov. 8, 2017, 5:13 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') | no next file with comments »
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 float-start">
4 <img src="/img/png/eyeo-logo.png" srcset="/img/svg/eyeo-logo.svg 2x" alt=" eyeo Website Defaults">
5 </a>
6
7 <div class="toggle-navbar-collapse float-end">
8 <button class="unstyled">
9 <span class="open-label">Open</span>
10 <span class="sr-only">/</span>
11 <span class="close-label">Close</span>
12 Menu
13 </button>
14 </div>
15
16 <div class="navbar-collapse">
17 <nav>
18 <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>
19 </nav>
20 </div>
21 </div>
22 </div>
OLDNEW
« no previous file with comments | « no previous file | pages/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld