Chromium Code Reviews| 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; |