[css3-conditional] Also use better class name in example (followup to previous commit).

Mon, 03 Jun 2013 17:01:19 +0900

author
L. David Baron <dbaron@dbaron.org>
date
Mon, 03 Jun 2013 17:01:19 +0900
changeset 8326
9421e8cccd2e
parent 8325
a738b83fd597
child 8327
9be419a9f786

[css3-conditional] Also use better class name in example (followup to previous commit).

Continues fixing http://lists.w3.org/Archives/Public/www-style/2013Mar/0037.html

css-conditional/Overview.html file | annotate | diff | comparison | revisions
css-conditional/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-conditional/Overview.html	Mon Jun 03 16:59:41 2013 +0900
     1.2 +++ b/css-conditional/Overview.html	Mon Jun 03 17:01:19 2013 +0900
     1.3 @@ -810,7 +810,7 @@
     1.4      what would cause the box to become invisible were ‘<code
     1.5      class=property>box-shadow</code>’ not supported.
     1.6  
     1.7 -   <pre>.outline {
     1.8 +   <pre>.noticebox {
     1.9    border: 1px solid black;
    1.10    padding: 1px;
    1.11  }
    1.12 @@ -818,7 +818,7 @@
    1.13            ( -moz-box-shadow: 0 0 2px black inset ) or
    1.14            ( -webkit-box-shadow: 0 0 2px black inset ) or
    1.15            ( -o-box-shadow: 0 0 2px black inset ) {
    1.16 -  .outline {
    1.17 +  .noticebox {
    1.18      -moz-box-shadow: 0 0 2px black inset;
    1.19      -webkit-box-shadow: 0 0 2px black inset;
    1.20      -o-box-shadow: 0 0 2px black inset;
     2.1 --- a/css-conditional/Overview.src.html	Mon Jun 03 16:59:41 2013 +0900
     2.2 +++ b/css-conditional/Overview.src.html	Mon Jun 03 17:01:19 2013 +0900
     2.3 @@ -552,7 +552,7 @@
     2.4  it.  When the support is present, it specifies both 'box-shadow' (with
     2.5  the prefixed versions) and 'border' in a way what would cause the box to
     2.6  become invisible were 'box-shadow' not supported.</p>
     2.7 -<pre>.outline {
     2.8 +<pre>.noticebox {
     2.9    border: 1px solid black;
    2.10    padding: 1px;
    2.11  }
    2.12 @@ -560,7 +560,7 @@
    2.13            ( -moz-box-shadow: 0 0 2px black inset ) or
    2.14            ( -webkit-box-shadow: 0 0 2px black inset ) or
    2.15            ( -o-box-shadow: 0 0 2px black inset ) {
    2.16 -  .outline {
    2.17 +  .noticebox {
    2.18      -moz-box-shadow: 0 0 2px black inset;
    2.19      -webkit-box-shadow: 0 0 2px black inset;
    2.20      -o-box-shadow: 0 0 2px black inset;

mercurial