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

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: 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 c7519b91f8ab91bbf0068b133d29f2088c74040b..69d556b985fb53ae7278db6979916557872c0b7e 100644
--- a/src/site/css/dart-style.css
+++ b/src/site/css/dart-style.css
@@ -1089,6 +1089,11 @@ code.highlight {
border-radius: 4px;
}
+/* Strike through code annotated with [[strike]] */
+code.strike {
+ text-decoration: line-through;
+}
+
/* Center link. */
.link {
vertical-align: middle;
« src/site/codelabs/deploy/index.markdown ('K') | « src/site/codelabs/deploy/index.markdown ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698