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

Unified Diff: src/site/css/dart-style.css

Issue 138823002: Draft of new codelab for review (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: integrating more feedback from Kathy and myself. 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
Index: src/site/css/dart-style.css
diff --git a/src/site/css/dart-style.css b/src/site/css/dart-style.css
index 889de8fbdf9c19a8037310e9fa27a25b9f041082..cbcab6186b4dd5899262b893affba7a24d6f6fe5 100644
--- a/src/site/css/dart-style.css
+++ b/src/site/css/dart-style.css
@@ -1071,6 +1071,11 @@ code.highlight {
border-radius: 4px;
}
+/* Strike through code annotated with [[strike]] */
+code.strike {
+ text-decoration: line-through;
+}
+
/* Center link. */
.link {
vertical-align: middle;

Powered by Google App Engine
This is Rietveld 408576698