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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
inspector-protocol
/
css
/
resources
/
set-media-text.css
blob
4ec111ed0231c6f6516ed2ff7294d370ca06618a
1
@media
screen and
(
min-width
:
700px
)
and
(
max-device-height
:
200em
) {
2
body
{
3
padding
:
0
;
4
}
5
}
6
7
@media all and
(
orientation
:
portrait
),
8
handheld and
(
max-width
:
700px
),
9
(
max-resolution
:
3dppx
) {
10
body
{
11
padding
:
10px
;
12
}
13
}