implemented last-forum-read-at

This commit is contained in:
albert
2011-08-23 17:11:21 -04:00
parent e3a9614930
commit 124403a921
12 changed files with 51 additions and 16 deletions

View File

@@ -1,5 +1,4 @@
/*= require "smoothness/jquery-ui-1.8.5.custom.css" */
@import 'bourbon';
$link_color: #006FFA;
$link_hover_color: #9093FF;
@@ -897,6 +896,10 @@ div#c-forum-topics {
color: #AAA;
}
tr.new-topic {
font-weight: bold;
}
div#form-content {
float: left;
width: 450px;