Changes to LogViewer widget to remove back-end, command line and environment related stuff.

This commit is contained in:
Chris Houseknecht
2014-03-28 17:58:00 -04:00
parent 558f7ef2eb
commit 9a3ee04783
7 changed files with 44 additions and 49 deletions

View File

@@ -59,6 +59,7 @@ body.modal-open {
.pad-left-sm { padding-left: 10px; }
.pad-left-lg { padding-left: 50px; }
.normal-weight { font-weight: normal; }
.small-text { font-size: 12px; }
.no-bullets { list-style: none; }
.nowrap { white-space: nowrap; }
.capitalize { text-transform: capitalize; }