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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/md_browser/header.html
diff --git a/tools/md_browser/header.html b/tools/md_browser/header.html
index 1493ec3859dd86e288afba46f3fbf9e474145dac..36b15540ec69fc7f2690a8635881c289f7bd9a22 100644
--- a/tools/md_browser/header.html
+++ b/tools/md_browser/header.html
@@ -1,8 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3CDTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html class="doc-page">
+<html>
<head>
<meta charset="UTF-8" />
+<link rel="stylesheet" type="text/css" href="/base.css" />
<link rel="stylesheet" type="text/css" href="/doc.css" />
+<link rel="stylesheet" type="text/css" href="/prettify.css" />
</head>
-<body>
+<body class="Site">
+<header class="Site-header">
+ <div class="Header"></div>
+</header>
+<div class="Site-content Site-Content--markdown">
+<div class="Container">
<div class="doc">
« 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