Added border and padding above amp lab to separate it from text.

This commit is contained in:
Jean-Michel Claus
2012-02-27 11:12:10 -05:00
parent 3f7c4ada6d
commit b57f9db65e

View File

@@ -1,9 +1,10 @@
// JM MOSFET AMPLIFIER
div#graph-container {
@extend .clearfix;
border-top: 1px solid #ddd;
padding-top: lh(1.0);
canvas#graph {
background-color: rgb(60, 60, 100);
width: flex-grid(4.5, 9);
float: left;
margin-right: flex-gutter(9);
@@ -46,7 +47,6 @@ div#schematic-container {
@extend .clearfix;
canvas {
background-color: rgb(60, 60, 100);
width: flex-grid(4.5, 9);
float: left;
margin-right: flex-gutter(9);