mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:45:16 +02:00
Merge pull request #658 from annando/master
Mail importing problems, a small "vier" change
This commit is contained in:
commit
cda327a368
2 changed files with 14 additions and 10 deletions
|
@ -291,9 +291,9 @@ blockquote.shared_content {
|
|||
body {
|
||||
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
/* background-color: #ffffff; */
|
||||
background-color: #ffffff;
|
||||
/* background-color: #ddd; */
|
||||
background-color: #F2F2F2;
|
||||
/* background-color: #F2F2F2; */
|
||||
color: #2d2d2d;
|
||||
/* margin: 37px 0px 0px 0px; */
|
||||
margin: 0px 0px 0px 0px;
|
||||
|
@ -1117,7 +1117,7 @@ border-bottom: 1px solid #D2D2D2;
|
|||
font-size: 14px;
|
||||
}
|
||||
.wall-item-container .wall-item-bottom {
|
||||
opacity: 0.5;
|
||||
opacity: 0;
|
||||
-webkit-transition: all 0.2s ease-in-out;
|
||||
-moz-transition: all 0.2s ease-in-out;
|
||||
-o-transition: all 0.2s ease-in-out;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue