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

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

Issue 10920067: Merge 154664 - Rewrite notifications documentation. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1229/src/
Patch Set: Created 8 years, 3 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/server2/static/css/site.css
===================================================================
--- chrome/common/extensions/docs/server2/static/css/site.css (revision 154665)
+++ chrome/common/extensions/docs/server2/static/css/site.css (working copy)
@@ -130,14 +130,16 @@
pre {
font-size: 10pt;
background-color: #F5F5F5;
- border-top: 1px solid #DDD;
- border-left: 1px solid #DDD;
margin: 1em 0 0 0;
padding: .99em;
overflow: auto;
word-wrap: break-word;
}
+pre a {
+ text-decoration: underline!important;
+}
+
pre b {
background: yellow;
}

Powered by Google App Engine
This is Rietveld 408576698