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

Unified Diff: chrome/browser/resources/history.html

Issue 9372111: History page: Removing ugly css hack (negative margins). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebasing Created 8 years, 10 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 | « chrome/browser/resources/history.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/history.html
diff --git a/chrome/browser/resources/history.html b/chrome/browser/resources/history.html
index 8f0f16e5cb64dfea5eebab43595623ba1db12656..2d9fa12afd35c7b8e4f7476c6bb4e558dbcdcce3 100644
--- a/chrome/browser/resources/history.html
+++ b/chrome/browser/resources/history.html
@@ -27,16 +27,16 @@
</head>
<body class="uber-frame"
i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
-<header>
- <h1 i18n-content="history"></h1>
- <form id="search-form" method="post" action=""
- class="search-field-container">
- <input type="text" id="search-field">
- <input type="submit" id="search-button" i18n-values="value:searchbutton">
- </form>
-</header>
-
<div class="page">
+ <header>
+ <h1 i18n-content="history"></h1>
+ <form id="search-form" method="post" action=""
+ class="search-field-container">
+ <input type="text" id="search-field">
+ <input type="submit" id="search-button" i18n-values="value:searchbutton">
+ </form>
+ </header>
+
<div id="editing-controls">
<button id="clear-browsing-data" i18n-content="clearallhistory"></button>
<button id="remove-selected"
« no previous file with comments | « chrome/browser/resources/history.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698