diff --git a/resources/public/css/devmode.css b/resources/public/css/devmode.css deleted file mode 100644 index 77be5e7..0000000 --- a/resources/public/css/devmode.css +++ /dev/null @@ -1,21 +0,0 @@ -.devbar { - position: fixed; - bottom: 0; - left: 0; - width: 100%; - font-family: monospace; - background-color: #ccc; -} -.devbar ol { - list-style-type: none; - padding: 0; - margin: 0; -} -.devbar ol li { - padding: .5rem; - border: 1px solid black; - margin: .5rem; -} -.devbar ol li pre { - margin: 0; -}