Remove unused Dockerfile view directive

This commit is contained in:
Joseph Schorr 2017-06-23 13:32:11 -04:00
parent 70f26754b8
commit 255bebcc92
3 changed files with 0 additions and 69 deletions

View file

@ -222,22 +222,6 @@
font-size: 18px;
}
.dockerfile-view {
margin-top: 10px;
margin: 20px;
padding: 20px;
background: #F7F6F6;
border: 1px solid #ddd;
}
.dockerfile-view .entry {
font-family: Consolas, "Lucida Console", Monaco, monospace;
}
.dockerfile-view .entry.comment {
color: rgb(82, 172, 82);
}
.dockerfile-command {
position: relative;
}