summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/getstarted.html
diff options
context:
space:
mode:
authorkathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-20 23:07:36 +0000
committerkathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-20 23:07:36 +0000
commit773844378461ac281fdfbc1a4206d1013386f6a0 (patch)
tree36b7bd2d7944bbb9e3460cecf2edd1f7849539e2 /chrome/common/extensions/docs/getstarted.html
parentab323d3267cca9ed7b38bb040405ab890f07bf00 (diff)
downloadchromium_src-773844378461ac281fdfbc1a4206d1013386f6a0.zip
chromium_src-773844378461ac281fdfbc1a4206d1013386f6a0.tar.gz
chromium_src-773844378461ac281fdfbc1a4206d1013386f6a0.tar.bz2
Add styles for printing.
Regenerated all the doc to include these styles. Also added static/pageAction.html, which was missing from an earlier CL. TEST=none BUG=none Review URL: http://codereview.chromium.org/292021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29583 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/getstarted.html')
-rw-r--r--chrome/common/extensions/docs/getstarted.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/getstarted.html b/chrome/common/extensions/docs/getstarted.html
index dde572d..63d599d 100644
--- a/chrome/common/extensions/docs/getstarted.html
+++ b/chrome/common/extensions/docs/getstarted.html
@@ -10,6 +10,7 @@
--><html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css">
+ <link href="css/print.css" rel="stylesheet" type="text/css" media="print">
<script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js">
</script>
<script type="text/javascript" src="js/api_page_generator.js"></script>