summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1150021-1-ref.css
blob: 9c5fb95d6bd7ac0ea5d13ffb9280ed349bc8f8f9 (plain)
1
2
3
4
5
6
7
8
9
.wide { background: red; width: 800px; height: 30px; display: inline-block;}

#container {
  background-color: yellow;
}

#rightBox {
  margin-left: 1000px;
}