From 3a7b7d37af5258eeafc41d04954363768abc51b8 Mon Sep 17 00:00:00 2001 From: "bunam.jeon" Date: Wed, 24 Jul 2013 17:24:09 +0900 Subject: [PATCH] Remove the value of improper css property. [Title] Remove the value of improper css property. [Issue#] TDIS-6988 [Problem] Debuggin buttons cannot be shown in inspector. [Cause] Use an wrong property value [Solution] It is unnecessary property. and this property has already been deleted in opensource. Change-Id: I2de1245917df970b0eb2b7afd399f88d95cc6596 --- Source/WebCore/inspector/front-end/inspector.css | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/WebCore/inspector/front-end/inspector.css b/Source/WebCore/inspector/front-end/inspector.css index 7d1065c..b4b534b 100644 --- a/Source/WebCore/inspector/front-end/inspector.css +++ b/Source/WebCore/inspector/front-end/inspector.css @@ -531,7 +531,6 @@ body.drawer-visible #main-panels { display: inline-block; pointer-events: auto; cursor: default; - -webkit-flex: 0; height: 24px; padding: 0; margin-left: -1px; -- 2.7.4