Address review comments

This commit is contained in:
Jonathan Frederic 2014-12-16 11:50:18 -08:00 committed by Jonathan Frederic
parent 2b0147c21a
commit 726c95cbff
3 changed files with 4 additions and 6 deletions

View File

@ -10,6 +10,7 @@
@modal-inner-padding: 15px;
@grid-float-breakpoint: 540px;
@logo_height: 28px;
@border-radius-base: 2px;
// Disable modal slide-in from top animation.
.modal {

View File

@ -1,17 +1,14 @@
.terminal {
float: left;
border: black solid 5px;
font-family: monospace;
font-size: 11px;
color: white;
background: black;
border-radius: 2px;
border-radius: @border-radius-base;
box-shadow: 0px 4px 11px 0px gray;
border: 0px;
padding: @code_padding;
&, dummy-screen {
line-height: @code_line_height;
line-height: 1em;
font-size: @notebook_font_size;
}
}

View File

@ -57,7 +57,7 @@ ul.breadcrumb {
margin-top: @dashboard_tb_pad;
margin-bottom: 5*@dashboard_tb_pad;
border: 1px solid @border_color;
border-radius: 4px;
border-radius: @border-radius-base;
}
.list_container > div {