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

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

Issue 3776005: Merge 62624 - Rename about:labs to about:flags, step 1/3... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/552/src/
Patch Set: Created 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/labs.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/labs.html
===================================================================
--- chrome/browser/resources/labs.html (revision 62685)
+++ chrome/browser/resources/labs.html (working copy)
@@ -2,7 +2,6 @@
<html i18n-values="dir:textdirection;">
<head>
<meta charset="utf-8">
-<title i18n-content="labsTitle"></title>
<style>
body {
margin: 10px;
@@ -52,10 +51,16 @@
margin: 0;
}
-div.blurb {
+#blurb-container {
padding-bottom: 1.5em;
+ font-size: 120%;
}
+#blurb-warning {
+ color: red;
+ font-weight: bold;
+}
+
div.content {
font-size: 88%;
margin-top: 5px;
@@ -236,7 +241,10 @@
<div id="header"><h1 i18n-content="labsLongTitle">TITLE</h1></div>
- <div class="blurb" i18n-content="labsBlurb">BLURB</div>
+ <div id="blurb-container">
+ <span id="blurb-warning" i18n-content="flagsWarningHeader">WARNING</span>
+ <span i18n-content="labsBlurb">WARNING TEXT</span>
+ </div>
<div id="labsExperimentTemplate">
« no previous file with comments | « chrome/browser/labs.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698