layout/reftests/bugs/398797-style.css

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 /* Size the divs */
     2 div { width:  50px; height: 50px; }
     4 /* Colors */
     5 div.green   { background: lightgreen; }
     6 div.blue    { background: lightblue;  }
     7 span.yellow { background: yellow;     }
     9 /* Positioning */
    10 .abs { position: absolute;    }
    11 .rel { position: relative;    }
    12 .in  { display: inline-block; }
    13 .pos { top:  0px; left: 0px;  }

mercurial