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

Side by Side Diff: tools/md_browser/header.html

Issue 2738053004: rework css to better match gitiles (Closed)
Patch Set: Created 3 years, 9 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 | « tools/md_browser/footer.html ('k') | tools/md_browser/md_browser.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//W3CDTD HTML 4.01//EN" "http://www.w3.org/TR/html4/stri ct.dtd"> 1 <!DOCTYPE HTML PUBLIC "-//W3CDTD HTML 4.01//EN" "http://www.w3.org/TR/html4/stri ct.dtd">
2 <html class="doc-page"> 2 <html>
3 <head> 3 <head>
4 <meta charset="UTF-8" /> 4 <meta charset="UTF-8" />
5 <link rel="stylesheet" type="text/css" href="/base.css" />
5 <link rel="stylesheet" type="text/css" href="/doc.css" /> 6 <link rel="stylesheet" type="text/css" href="/doc.css" />
7 <link rel="stylesheet" type="text/css" href="/prettify.css" />
6 </head> 8 </head>
7 <body> 9 <body class="Site">
10 <header class="Site-header">
11 <div class="Header"></div>
12 </header>
13 <div class="Site-content Site-Content--markdown">
14 <div class="Container">
8 <div class="doc"> 15 <div class="doc">
OLDNEW
« no previous file with comments | « tools/md_browser/footer.html ('k') | tools/md_browser/md_browser.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698