Start on the new build view

This commit is contained in:
Joseph Schorr 2015-02-26 17:45:28 -05:00
parent 5cc1c90021
commit e227d7e526
30 changed files with 816 additions and 11 deletions

View file

@ -717,4 +717,24 @@
.cor-container {
padding-left: 15px;
padding-right: 15px;
}
}
.cor-title-link {
line-height: 30px;
margin-top: 22px;
margin-bottom: 10px;
font-size: 16px;
}
.cor-title-link a {
color: lightblue;
}
.cor-title-link a.back-link:before {
content: "\f060";
color: white;
display: inline-block;
margin-right: 10px;
vertical-align: middle;
font-family: FontAwesome;
}