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

Unified Diff: chrome/browser/resources/uber/uber_frame.css

Issue 9320056: Help: Implement the initial version of the cross-platform help/about page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: String fix. Created 8 years, 11 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/uber/uber_frame.css
diff --git a/chrome/browser/resources/uber/uber_frame.css b/chrome/browser/resources/uber/uber_frame.css
index 86d2b90fde0540e03d8cc931437376f6da6ab3af..31d869f1fc9999a4b450ec431b22ee1bfde97367 100644
--- a/chrome/browser/resources/uber/uber_frame.css
+++ b/chrome/browser/resources/uber/uber_frame.css
@@ -13,7 +13,7 @@ h1 {
color: rgb(92, 97, 102);
}
-ol {
+ul {
list-style-type: none;
padding: 0;
}
@@ -37,6 +37,6 @@ li.selected {
color: rgb(70, 78, 90);
}
-#aboutPageNavItem {
+#helpNavItem {
margin-top: 27px;
}

Powered by Google App Engine
This is Rietveld 408576698