minor css change to user page
This commit is contained in:
parent
49515d5a38
commit
095ec9cf63
|
@ -142,7 +142,6 @@
|
|||
.user-content {
|
||||
padding: 10px 8px;
|
||||
background-color: $secondary;
|
||||
border: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
||||
margin-bottom: 10px;
|
||||
box-sizing: border-box;
|
||||
|
||||
|
|
|
@ -1694,6 +1694,7 @@ en:
|
|||
|
||||
> %{site_title} -- %{site_description}
|
||||
|
||||
With this note
|
||||
|
||||
> %{user_custom_message}
|
||||
|
||||
|
@ -1729,6 +1730,7 @@ en:
|
|||
>
|
||||
> %{site_description}
|
||||
|
||||
With this note
|
||||
|
||||
> %{user_custom_message}
|
||||
|
||||
|
|
Loading…
Reference in New Issue