[css-transitions] Fix newline to match bikeshed's strange handling of <pre>.

Tue, 27 Jan 2015 12:59:12 -0800

author
L. David Baron <dbaron@dbaron.org>
date
Tue, 27 Jan 2015 12:59:12 -0800
changeset 15110
7ca55c62d29a
parent 15109
0d2c4a7ca9b0
child 15111
84ae891cfd74

[css-transitions] Fix newline to match bikeshed's strange handling of <pre>.

css-transitions/Overview.bs file | annotate | diff | comparison | revisions
css-transitions/Overview.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-transitions/Overview.bs	Tue Jan 27 12:53:49 2015 -0800
     1.2 +++ b/css-transitions/Overview.bs	Tue Jan 27 12:59:12 2015 -0800
     1.3 @@ -915,7 +915,8 @@
     1.4            transition, these values will be used for the transitions
     1.5            <em>to</em> the associated transitioning values.  For example:
     1.6             </p>
     1.7 -          <pre>li {
     1.8 +          <pre>
     1.9 +  li {
    1.10      transition: background-color linear 1s;
    1.11      background: blue;
    1.12    }
     2.1 --- a/css-transitions/Overview.html	Tue Jan 27 12:53:49 2015 -0800
     2.2 +++ b/css-transitions/Overview.html	Tue Jan 27 12:59:12 2015 -0800
     2.3 @@ -1477,7 +1477,8 @@
     2.4             </p>
     2.5            
     2.6            
     2.7 -          <pre>li {  transition: background-color linear 1s;
     2.8 +          <pre>li {
     2.9 +  transition: background-color linear 1s;
    2.10    background: blue;
    2.11  }
    2.12  li:hover {

mercurial