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 new certificateProvider extension API.
[chromium-blink-merge.git]
/
chrome
/
browser
/
resources
/
chromeos
/
login
/
oobe_screen_host_pairing_page.css
blob
70e4e9aa6d92f971e7cf8ec93acd13be4bad14fa
1
/* Copyright 2014 The Chromium Authors. All rights reserved.
2
* Use of this source code is governed by a BSD-style license that can be
3
* found in the LICENSE file.
4
*/
5
6
:
host
{
7
display
:
block
;
8
}
9
10
#title
{
11
border-bottom
:
2px
solid rgba
(
255
,
255
,
255
,
0.2
);
12
font-size
:
45px
;
13
padding-bottom
:
18px
;
14
}
15
16
#content
{
17
font-size
:
24px
;
18
padding-top
:
25px
;
19
}
20