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 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; |