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

Unified Diff: chrome/common/extensions/docs/static/css/site.css

Issue 18323018: Linking AvailabilityFinder with APIDataSource and intro-table templates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase with master Created 7 years, 5 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
Index: chrome/common/extensions/docs/static/css/site.css
diff --git a/chrome/common/extensions/docs/static/css/site.css b/chrome/common/extensions/docs/static/css/site.css
index 12784967bc0a7f2fd7d96b51066b0d13d220d30a..6a4aab7811abc3a916a8ca2131ddf260b343d741 100644
--- a/chrome/common/extensions/docs/static/css/site.css
+++ b/chrome/common/extensions/docs/static/css/site.css
@@ -74,13 +74,15 @@ p img {
padding: 0 2px;
}
+.code,
code,
pre {
font-family: monospace;
color: #080;
}
-code {
+.code,
+code{
font-size: 10pt;
}

Powered by Google App Engine
This is Rietveld 408576698