Skip to content

Instantly share code, notes, and snippets.

@calpo
calpo / stylish-xdebug.user.css
Created July 28, 2011 03:51 — forked from sotarok/stylish-xdebug.user.css
for old xdebug (without class="xdebug-error")
@namespace url(http://www.w3.org/1999/xhtml);
.xdebug-var-dump {
background: #fef9fb !important;
color: #000 !important;
padding: 4px 8px !important;
margin: 5px 10px !important;
text-align: left !important;
font-family: Menlo, Monaco, "Consolas", "Lucida Console", "courier new" !important;
-moz-border-radius: 10px !important;