Add missing OWNERS for chrome_android.gypi
[chromium-blink-merge.git] / webkit / data / test_shell / test.css
blob1cbd20bb49f727d7eebae917125013ce3ac3da79
1 div.group {
2 width : 250px;
5 div.group h1 {
6 font-family: sans-serif;
7 font-size : 16px;
8 color : white;
9 background : red;
12 div.title {
13 font-family: sans-serif;
14 font-size : 24px;
17 div.description {
18 font-family: sans-serif;
21 #title {
22 height: 160px;
25 #leftcol {
26 width:50%;
29 #rightcol {
30 float: right;
31 width:50%;
34 #footer {
35 font-size: 12px;
36 position: absolute;
37 bottom: 0;