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
/
dialog
/
resources
/
dialog.css
blob
e96969f47585081cb95a751195981d324381e4a2
1
.pseudodialog
{
2
position
:
absolute
;
3
left
:
0
;
right
:
0
;
4
width
: -
webkit-fit-content
;
5
height
: -
webkit-fit-content
;
6
margin
:
auto
;
7
border
:
solid
;
8
padding
:
1em
;
9
background
:
white
;
10
color
:
black
;
11
}