layout/reftests/css-ui-invalid/output/style.css

Wed, 31 Dec 2014 07:53:36 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:53:36 +0100
branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
permissions
-rw-r--r--

Correct small whitespace inconsistency, lost while renaming variables.

     1 /* Override default style */
     2 output {
     3   color: black;
     4 }
     6 output.notinvalid {
     7   color: green;
     8 }
     9 output.notinvalid:-moz-ui-invalid {
    10   color: red;
    11 }
    13 output.invalid {
    14   color: red;
    15 }
    16 output.invalid:-moz-ui-invalid {
    17   color: green;
    18 }
    20 output.ref {
    21   color: green;
    22 }

mercurial