diff options
author | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-08 23:50:39 +0000 |
---|---|---|
committer | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-08 23:50:39 +0000 |
commit | b0b96d8fb1904e3e1c95fc031a9947524b9803ce (patch) | |
tree | 6b164b9e7ef376c7ce55830111f438dbd7dbcf68 | |
parent | 009fe988b55d165f0796f83ac21005a8e6cffbeb (diff) | |
download | chromium_src-b0b96d8fb1904e3e1c95fc031a9947524b9803ce.zip chromium_src-b0b96d8fb1904e3e1c95fc031a9947524b9803ce.tar.gz chromium_src-b0b96d8fb1904e3e1c95fc031a9947524b9803ce.tar.bz2 |
Hide "Undocumented." items in the API reference doc. People found them
confusing, and we can easily unhide them while we're working on the doc
by editing the top rule in this .css file.
TBR=rafaelw
Review URL: http://codereview.chromium.org/266032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28485 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-x | chrome/common/extensions/docs/css/ApiRefStyles.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/extensions/docs/css/ApiRefStyles.css b/chrome/common/extensions/docs/css/ApiRefStyles.css index 7b00b5b..ab7c52e 100755 --- a/chrome/common/extensions/docs/css/ApiRefStyles.css +++ b/chrome/common/extensions/docs/css/ApiRefStyles.css @@ -1,4 +1,4 @@ -.comment { /* while we're working on doc, comment out display */ +.todo, .comment { /* while we're working on doc, comment out display */ color: rgb(255, 0, 0); display: none; } @@ -10,7 +10,7 @@ .pageData { display: none; } - + body { font-family:Arial, Helvetica, sans-serif; font-size: 13px; @@ -99,7 +99,7 @@ div#searchbox { dd { margin-bottom: 0.75em; } - + ol li { margin-top: 1em; } |