summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/css3/line-break/resources/line-break.css
blob: 19e98b51e659cf7cadb45344112689a54f52589f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
div > div {
  font-family: 'Lucida Grande';
  font-size: 12px;
  width: 4.1em;
  float: left;
}
div > p {
  border: solid blue 1px;
}
br.clear {
  clear: left;
}