mirror of
https://github.com/friendica/friendica
synced 2025-09-06 06:39:27 +02:00
preserve newlines on all networks
This commit is contained in:
parent
b94cb8d234
commit
206eee0229
3 changed files with 6 additions and 6 deletions
|
@ -14,7 +14,7 @@
|
|||
body {
|
||||
background: #F5F6FB;
|
||||
color: #444444;
|
||||
font-family: "Lucida Grande", Tahoma, sans-serif;
|
||||
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
|
||||
font-size: 90%;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
@ -123,11 +123,9 @@ blockquote:before {
|
|||
#banner {
|
||||
|
||||
color: #F5F6FB;
|
||||
|
||||
/* font-family: "lucida sans", verdana, sans; */
|
||||
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
|
||||
font-size: 1.8em;
|
||||
letter-spacing: 0.12em;
|
||||
/* font-weight: bold; */
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 40%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue