Tool code (#67)

* Add error background

* Add tool code
Fix switch block and insert block for new system with div wrappers

* Remove unneccessary appendChild

* Fix css in tool code
This commit is contained in:
Menshikov Alexander 2016-07-02 19:18:38 +03:00 committed by Peter Savchenko
commit 0626ca1f07
6 changed files with 113 additions and 24 deletions

View file

@ -0,0 +1,7 @@
.tool-code {
display: block;
font-family: 'monospace', 'monaco', 'consolas', 'courier';
line-height: 1.5em;
background: #f8f8fd !important;
color: #4a8bd1;
}