fix up /about on mobile

This commit is contained in:
Jeff Atwood 2014-10-21 01:09:54 -07:00
parent 7cda43e502
commit d501f003ca
4 changed files with 10 additions and 7 deletions

View File

@ -1,4 +1,4 @@
<div class='container'>
<div class='container body-page'>
<section class='about'>
<h2>{{i18n about.title title=title}}</h2>
<p>{{description}}</p>

View File

@ -2,6 +2,7 @@ section.about {
h3 {
margin-bottom: 10px;
margin-top: 10px;
}
.user-small {
@ -29,6 +30,7 @@ section.about {
td, th {
padding: 10px 5px 5px 5px;
border-bottom: 1px solid lighten($primary, 70%);
line-height: 1.0em;
}
td.title {

View File

@ -1,9 +1,10 @@
// --------------------------------------------------
// FAQs
// FAQs, About, etc
// --------------------------------------------------
.body-page {
margin: 20px 15px;
margin-top: 20px
margin-left: 15px;
width: 90%;
padding-left: 0;
}

View File

@ -154,10 +154,10 @@ en:
stat:
all_time: "All Time"
last_7_days: "Last 7 Days"
like_count: "Like Count"
topic_count: "Topic Count"
post_count: "Post Count"
user_count: "User Count"
like_count: "Likes"
topic_count: "Topics"
post_count: "Posts"
user_count: "Users"
bookmarks:
not_logged_in: "sorry, you must be logged in to bookmark posts"