summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/3rd-party/debug-bar/debug-bar.css')
-rw-r--r--plugins/jetpack/3rd-party/debug-bar/debug-bar.css56
1 files changed, 0 insertions, 56 deletions
diff --git a/plugins/jetpack/3rd-party/debug-bar/debug-bar.css b/plugins/jetpack/3rd-party/debug-bar/debug-bar.css
deleted file mode 100644
index 2cc922c4..00000000
--- a/plugins/jetpack/3rd-party/debug-bar/debug-bar.css
+++ /dev/null
@@ -1,56 +0,0 @@
-.jetpack-search-debug-bar h2,
-.qm-debug-bar-output .jetpack-search-debug-bar h2 {
- float: none !important;
- padding: 0 !important;
- text-align: left !important;
-}
-
-.qm-debug-bar-output .jetpack-search-debug-bar h2 {
- margin-top: 1em !important;
-}
-
-.qm-debug-bar-output .jetpack-search-debug-bar h2:first-child {
- margin-top: .5em !important;
-}
-
-.debug-menu-target h3 {
- padding-top: 0
-}
-
-.jetpack-search-debug-output-toggle .print-r {
- display: none;
-}
-
-.json-toggle-wrap {
- position: relative;
-}
-
-.json-toggle-wrap .toggle {
- position: absolute;
- bottom: 10px;
- right: 10px;
- background: #fff;
- border: 1px solid #000;
- cursor: pointer;
- padding: 2px 4px;
-}
-
-.json-toggle-wrap .ugly {
- display: none;
-}
-
-.json-toggle-wrap.pretty .pretty {
- display: none;
-}
-
-.json-toggle-wrap.pretty .ugly {
- display: inline;
-}
-
-.jetpack-search-debug-bar pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
-}