repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add missing OWNERS for chrome_android.gypi
[chromium-blink-merge.git]
/
webkit
/
data
/
test_shell
/
test.css
blob
1cbd20bb49f727d7eebae917125013ce3ac3da79
1
div
.
group
{
2
width
:
250px
;
3
}
4
5
div
.
group h1
{
6
font-family
:
sans-serif
;
7
font-size
:
16px
;
8
color
:
white
;
9
background
:
red
;
10
}
11
12
div
.
title
{
13
font-family
:
sans-serif
;
14
font-size
:
24px
;
15
}
16
17
div
.
description
{
18
font-family
:
sans-serif
;
19
}
20
21
#title
{
22
height
:
160px
;
23
}
24
25
#leftcol
{
26
width
:
50
%;
27
}
28
29
#rightcol
{
30
float
:
right
;
31
width
:
50
%;
32
}
33
34
#footer
{
35
font-size
:
12px
;
36
position
:
absolute
;
37
bottom
:
0
;
38
}
39