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

Unified Diff: chrome/common/extensions/docs/templates/private/site.html

Issue 113963003: added scss files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moved site.css to out subdirectory Created 6 years, 11 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/common/extensions/docs/templates/private/cc.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/templates/private/site.html
diff --git a/chrome/common/extensions/docs/templates/private/site.html b/chrome/common/extensions/docs/templates/private/site.html
index ea606fd70a7c6c2e3d1e053a75012e77f7a90500..6d8d4d2a3d7c7252a666fadfbf41448c392b1f35 100644
--- a/chrome/common/extensions/docs/templates/private/site.html
+++ b/chrome/common/extensions/docs/templates/private/site.html
@@ -15,7 +15,7 @@
<meta http-equiv="cleartype" content="on">
<link type="image/ico" rel="icon" href="//www.google.com/images/icons/product/chrome-32.png">
- <link href="{{static}}/css/site.css" rel="stylesheet" type="text/css">
+ <link href="{{static}}/css/out/site.css" rel="stylesheet" type="text/css">
<link href="{{static}}/css/print.css" rel="stylesheet" type="text/css" media="print">
<link href="{{static}}/css/prettify.css" rel="stylesheet" type="text/css">
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,700|Source+Code+Pro' rel='stylesheet' type='text/css'>
« no previous file with comments | « chrome/common/extensions/docs/templates/private/cc.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698