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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
content
/
browser
/
resources
/
accessibility
/
accessibility.css
blob
e00a9223e897b7a19957780288b6807e56382af2
1
/*
2
* Copyright (c) 2013 The Chromium Authors. All rights reserved.
3
* Use of this source code is governed by a BSD-style license that can be
4
* found in the LICENSE file.
5
*/
6
7
body
{
8
font-family
:
Arial
,
sans-serif
;
9
font-size
:
12px
;
10
margin
:
10px
;
11
min-width
:
47em
;
12
padding-bottom
:
65px
;
13
}
14
15
img
{
16
float
:
left
;
17
height
:
16px
;
18
padding-right
:
5px
;
19
width
:
16px
;
20
}
21
22
.row
{
23
border-bottom
:
1px
solid
#A0A0A0
;
24
padding
:
5px
;
25
}
26
27
.url
{
28
color
:
#A0A0A0
;
29
}
30