Chromium Code Reviews| Index: experimental/webtry/css/webtry.css |
| diff --git a/experimental/webtry/css/webtry.css b/experimental/webtry/css/webtry.css |
| index 58dc68b7440c94a219d7d9da2c9b418fa7fa691c..dcc25402925bbc50a76d67d971895a6db80fe47a 100644 |
| --- a/experimental/webtry/css/webtry.css |
| +++ b/experimental/webtry/css/webtry.css |
| @@ -31,6 +31,10 @@ textarea { |
| resize: none; |
| } |
| +template { |
| + display: none; |
|
mtklein
2014/04/21 16:19:01
Just out of curiosity, is this here only for the p
jcgregorio
2014/04/21 16:26:24
Yes, only needed for the polyfill.
On 2014/04/21
|
| +} |
| + |
| pre, code { |
| padding: 0; |
| color: green; |