Index: Source/WebCore/css/html.css |
diff --git a/Source/WebCore/css/html.css b/Source/WebCore/css/html.css |
index c9b7023a0be990bab97acf3384264a4275f17c86..67d9cc690aa3bc9c75f74a5dd549adb69a0315b0 100644 |
--- a/Source/WebCore/css/html.css |
+++ b/Source/WebCore/css/html.css |
@@ -147,6 +147,7 @@ map { |
#if defined(ENABLE_DIALOG_ELEMENT) && ENABLE_DIALOG_ELEMENT |
dialog:not([open]) { display: none; } |
dialog { |
+ display: block; |
falken
2013/04/08 13:07:35
A hack for now. If it's inline it generates an ano
|
position: absolute; |
left: 0; right: 0; |
margin: auto; |