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'> <section class='about'>
<h2>{{i18n about.title title=title}}</h2> <h2>{{i18n about.title title=title}}</h2>
<p>{{description}}</p> <p>{{description}}</p>

View File

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

View File

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

View File

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