Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(433)

Side by Side Diff: experimental/webtry/templates/titlebar.html

Issue 623173004: rework webtry css with compass and bootstrap (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « experimental/webtry/templates/footercommon.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <section id=title> 1 <nav class="navbar navbar-default" role="navigation">
2 <a href="/">Home</a> 2 <div class="container-fluid">
3 <a href="/recent/">Recent</a> 3 <!-- Brand and toggle get grouped for better mobile display -->
4 <a href="/w/">Workspace</a> 4 <div class="navbar-header">
5 <a href="http://chromium-skia-gm.commondatastorage.googleapis.com/doxygen/do xygen/html/classes.html">Doxygen</a> 5 <button type="button" class="navbar-toggle collapsed" data-toggle="collaps e" data-target="#bs-example-navbar-collapse-1">
6 <a href="https://github.com/google/skia/tree/master/experimental/webtry">Cod e</a> 6 <span class="sr-only">Toggle navigation</span>
7 <a id=gitInfo href="https://github.com/google/skia/commit/{{.Titlebar.GitHas h}}">{{.Titlebar.GitInfo}}</a> 7 <span class="icon-bar"></span>
8 </section> 8 <span class="icon-bar"></span>
9 <span class="icon-bar"></span>
10 </button>
11 <a class="navbar-brand" href="/">
12 » <img src="/res/img/skia.png">
13 </a>
14 </div>
15
16 <!-- Collect the nav links, forms, and other content for toggling -->
17 <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
18 <ul class="nav navbar-nav">
19 <li><a href="/recent/">Recent</a></li>
20 <li><a href="/w/">Workspace</a></li>
21 <li><a target="_blank" href="http://chromium-skia-gm.commondatastorage.g oogleapis.com/doxygen/doxygen/html/classes.html">Doxygen</a></li>
22 <li><a target="_blank" href="https://github.com/google/skia/tree/master/ experimental/webtry">Code</a></li>
23 </ul>
24 <ul class="nav navbar-nav navbar-right">
25 <li><a target="_blank" id="gitInfo" href="https://github.com/google/skia /commit/{{.Titlebar.GitHash}}">{{.Titlebar.GitInfo}}</a></li>
26 </ul>
27 </div><!-- /.navbar-collapse -->
28 </div><!-- /.container-fluid -->
29 </nav>
OLDNEW
« no previous file with comments | « experimental/webtry/templates/footercommon.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698