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

Unified Diff: chrome/browser/resources/help/help.css

Issue 10038034: Implemented a "Last Updated" field for the about page of Chrome OS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Changed visibility property, changed WeakPtrFactory use Created 8 years, 8 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/help/help.css
diff --git a/chrome/browser/resources/help/help.css b/chrome/browser/resources/help/help.css
index 5ae2b629bfbe0832842a131b4bd1b66288fc1707..8f54147f8e4b4aa048be8bdb02bd8681291cfec3 100644
--- a/chrome/browser/resources/help/help.css
+++ b/chrome/browser/resources/help/help.css
@@ -90,3 +90,7 @@ body {
margin-bottom: 0;
overflow: hidden;
}
+
+#last-updated-container {
+ visibility: hidden;
+}

Powered by Google App Engine
This is Rietveld 408576698