fixed /recent, /unread

v1.18.x
psychobunny 12 years ago
parent df15dceaef
commit a482d4db5f

@ -4,6 +4,10 @@
margin-bottom: 50px;
}
> .col-md-12 {
padding-right: 30px;
}
a {
li {
list-style: none;
@ -37,7 +41,7 @@
}
@media (max-width: 1200px)
@media (max-width: 1200px)
{
margin-left: -1px;
}
@ -80,14 +84,14 @@
margin-right: 6px;
}
@media (max-width: 979px)
@media (max-width: 979px)
{
width: 100%;
}
}
}
@media (max-width: 979px)
@media (max-width: 979px)
{
width: 100%;
margin-left: 0px;

@ -109,7 +109,7 @@ marked.setOptions({
'show_sidebar' : 'hidden',
'show_topic_button' : 'hidden',
'no_topics_message' : 'hidden',
'topic_row_size': 'span12',
'topic_row_size': 'col-md-12',
'category_id': false,
'topics' : []
};
@ -149,7 +149,7 @@ marked.setOptions({
'show_topic_button' : 'hidden',
'show_markallread_button': 'show',
'no_topics_message' : 'hidden',
'topic_row_size': 'span12',
'topic_row_size': 'col-md-12',
'topics' : []
};

Loading…
Cancel
Save