mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 03:09:43 +00:00
fix up /about on mobile
This commit is contained in:
parent
7cda43e502
commit
d501f003ca
@ -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>
|
||||
|
@ -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 {
|
||||
|
@ -1,9 +1,10 @@
|
||||
// --------------------------------------------------
|
||||
// FAQs
|
||||
// FAQs, About, etc
|
||||
// --------------------------------------------------
|
||||
|
||||
.body-page {
|
||||
margin: 20px 15px;
|
||||
margin-top: 20px
|
||||
margin-left: 15px;
|
||||
width: 90%;
|
||||
padding-left: 0;
|
||||
}
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user