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
[Android WebViewShell] Add inclusion test for webview exposed stable interfaces.
[chromium-blink-merge.git]
/
tools
/
perf
/
page_sets
/
tough_animation_cases
/
resources
/
tablet.css
blob
95c53fbe6c05e8e7eebe7a41cf685588deaeb870
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
body
{
7
margin
:
0
;
8
overflow
:
hidden
;
9
}
10
11
container
{
12
display
:
flex
;
13
flex-flow
:
row wrap
;
14
width
:
550px
;
15
height
:
800px
;
16
background-color
:
lightgrey
;
17
}
18
19
target
{
20
display
:
inline-block
;
21
width
:
11px
;
22
height
:
11px
;
23
background
:
green
;
24
}