Sha256: b8e7cade57055cfdb70129e4777eeb3f38b56c0fe34131aa6d413aed5d194949
Contents?: true
Size: 707 Bytes
Versions: 31
Compression:
Stored size: 707 Bytes
Contents
/* @override http://localhost:4321/assets/_debugger_/css/debug_bar.css */ body{ margin: 0; margin-bottom: 500px; } #debug_bar{ position: fixed; bottom: 0; background-color: #333; width: 100%; font: medium "Lucida Grande", Lucida, Verdana, sans-serif; } #debug_bar h1{ margin-left: 1em; font-size: 1em; display: inline-block; color: #eb8336; } #debug_bar ul{ display: inline-block; list-style: none; margin: 0; } #debug_bar ul li{ display: inline-block; margin: 1em; } #debug_bar ul li a{ color: white; } #debug_bar #requestinfo{ display: none; height: 300px; overflow: auto; background: white; margin: 2em 3em; padding: 1em 3em; } #debug_bar #requestinfo.show{ display: block; }
Version data entries
31 entries across 31 versions & 2 rubygems