layout/reftests/bugs/398797-style.css

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     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