correct error in CSS

This commit is contained in:
Jeff Atwood 2014-05-19 22:27:27 -07:00
parent f36bdc984d
commit 32000228e6
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
}
.topic-post {
border-top: 1px solid sscale-color-diff();
border-top: 1px solid scale-color-diff();
padding: 6px 0 3px 0;
}