comparison piecrust/resources/server/piecrust-debug-info.css @ 592:9428bd0025eb

debug: Fix debug window CSS.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 17 Jan 2016 23:09:32 -0800
parents 93b656f0af54
children
comparison
equal deleted inserted replaced
591:eedd63b7cf42 592:9428bd0025eb
36 /*****************************************************************************/ 36 /*****************************************************************************/
37 37
38 .piecrust-debug-window { 38 .piecrust-debug-window {
39 padding: 1em; 39 padding: 1em;
40 text-align: left; 40 text-align: left;
41 font-family: serif; 41 font-family: sans-serif;
42 font-style: normal; 42 font-style: normal;
43 font-size: 1rem; 43 font-size: 14px;
44 font-weight: normal; 44 font-weight: normal;
45 background: #a42; 45 background: #a42;
46 color: #fff; 46 color: #fff;
47 position: fixed; 47 position: fixed;
48 width: 50%; 48 width: 50%;