diff options
Diffstat (limited to 'chrome/common')
-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; } |