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

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

Issue 3817004: Rename about:labs to about:flags, step 1/3 (Closed)
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
Index: chrome/browser/resources/labs.html
diff --git a/chrome/browser/resources/labs.html b/chrome/browser/resources/labs.html
index 4d95e31d7dcfe373342ba9fa068990cb994dc674..3f008edde4cafb562108773e26a46288ade1a417 100644
--- a/chrome/browser/resources/labs.html
+++ b/chrome/browser/resources/labs.html
@@ -2,7 +2,6 @@
<html i18n-values="dir:textdirection;">
<head>
<meta charset="utf-8">
-<title i18n-content="labsTitle"></title>
<style>
body {
margin: 10px;
@@ -52,8 +51,14 @@ h1 {
margin: 0;
}
-div.blurb {
+#blurb-container {
padding-bottom: 1.5em;
+ font-size: 120%;
+}
+
+#blurb-warning {
+ color: red;
+ font-weight: bold;
}
div.content {
@@ -236,7 +241,10 @@ document.addEventListener('DOMContentLoaded', requestLabsExperimentsData);
<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">

Powered by Google App Engine
This is Rietveld 408576698