- Finished new image view

- Add the CoreOS icon font
This commit is contained in:
Joseph Schorr 2015-03-23 15:22:22 -04:00
parent 049148cb87
commit 8042f1a985
7 changed files with 93 additions and 15 deletions

View file

@ -26,6 +26,10 @@
color: black;
}
.image-view-layer-element .image-comment {
margin-bottom: 10px;
}
.image-view-layer-element .nondocker-command {
font-family: monospace;
padding: 2px;
@ -54,7 +58,7 @@
}
.image-view-layer-element.last .image-layer-line {
bottom: 20px;
height: 16px;
}
.image-view-layer-element .image-layer-dot {
@ -70,7 +74,6 @@
z-index: 2;
}
.image-view-layer-element.first .image-layer-dot {
background: #428bca;
}