Commit 1cefd73b by Kyle Fiedler

changed dotted to dashed

parent fda5c61b
...@@ -77,7 +77,7 @@ div.profile-wrapper { ...@@ -77,7 +77,7 @@ div.profile-wrapper {
width: 100%; width: 100%;
h2 { h2 {
border-right: 1px dotted #ccc; border-right: 1px dashed #ddd;
@include box-sizing(border-box); @include box-sizing(border-box);
display: table-cell; display: table-cell;
margin: 0; margin: 0;
......
...@@ -36,7 +36,7 @@ div.course-wrapper { ...@@ -36,7 +36,7 @@ div.course-wrapper {
margin-bottom: 15px; margin-bottom: 15px;
width: flex-grid(2, 9); width: flex-grid(2, 9);
padding-right: flex-gutter(9); padding-right: flex-gutter(9);
border-right: 1px dotted #ccc; border-right: 1px dashed #ddd;
@include box-sizing(border-box); @include box-sizing(border-box);
display: table-cell; display: table-cell;
vertical-align: top; vertical-align: top;
......
...@@ -100,7 +100,7 @@ div.question-header { ...@@ -100,7 +100,7 @@ div.question-header {
display: inline-block; display: inline-block;
float: left; float: left;
width: flex-grid(1.8,8); width: flex-grid(1.8,8);
border-left: 1px dotted #CCC; border-left: 1px dashed #ddd;
div.post-update-info { div.post-update-info {
@include box-sizing(border-box); @include box-sizing(border-box);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment