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

Unified Diff: chrome/common/extensions/docs/examples/extensions/buildbot/options.html

Issue 691283003: Write docs for options_ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@inline-type
Patch Set: before commit Created 6 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/common/extensions/docs/examples/extensions/buildbot/options.html
diff --git a/chrome/common/extensions/docs/examples/extensions/buildbot/options.html b/chrome/common/extensions/docs/examples/extensions/buildbot/options.html
index 539f7c83eb78d6f65d6438f370943e45f5ee764e..e045aa60f2c8df578c5b385c3bb8a8ef4e5e2159 100644
--- a/chrome/common/extensions/docs/examples/extensions/buildbot/options.html
+++ b/chrome/common/extensions/docs/examples/extensions/buildbot/options.html
@@ -2,10 +2,13 @@
<html>
<head>
<title>Chromium Buildbot Monitor Options</title>
+ <style>
+ body {
+ padding: 10px;
+ }
+ </style>
</head>
<body>
- <h2>Options for Chromium Buildbot Monitor</h2>
- <br>
<label>
Use desktop notifications:
<input id="notifications" type="checkbox">

Powered by Google App Engine
This is Rietveld 408576698