changed dotted to dashed

This commit is contained in:
Kyle Fiedler
2012-02-27 16:20:08 -05:00
parent fda5c61b9f
commit 1cefd73b0c
3 changed files with 3 additions and 3 deletions

View File

@@ -77,7 +77,7 @@ div.profile-wrapper {
width: 100%;
h2 {
border-right: 1px dotted #ccc;
border-right: 1px dashed #ddd;
@include box-sizing(border-box);
display: table-cell;
margin: 0;

View File

@@ -36,7 +36,7 @@ div.course-wrapper {
margin-bottom: 15px;
width: flex-grid(2, 9);
padding-right: flex-gutter(9);
border-right: 1px dotted #ccc;
border-right: 1px dashed #ddd;
@include box-sizing(border-box);
display: table-cell;
vertical-align: top;

View File

@@ -100,7 +100,7 @@ div.question-header {
display: inline-block;
float: left;
width: flex-grid(1.8,8);
border-left: 1px dotted #CCC;
border-left: 1px dashed #ddd;
div.post-update-info {
@include box-sizing(border-box);