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

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: adding DevTools section and other changes from Kathy 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 2112970f7d84863f2bcdcbc09cd35e5aeeea7fa9..ce00d97599c65f5b4ddaccbbeed8ceced6f66b80 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