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

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: Moved #include out of #if defined(OS_CHROMEOS) 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/help/help.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..6bb968d8f9c09a0be940ec79e5e9c5365652c2de 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.empty {
+ visibility: hidden;
+}
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/help/help.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698