mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 15:08:28 +03:00
Small fixes
This commit is contained in:
parent
041bd1ae1b
commit
320f92b1a8
6 changed files with 18 additions and 8 deletions
|
|
@ -132,7 +132,8 @@
|
|||
width: 100%;
|
||||
margin: 0px;
|
||||
padding: 8px;
|
||||
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
|
||||
/*font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;*/
|
||||
font-family: Arial, Verdana, Geneva, sans-serif;
|
||||
font-size: 13px;
|
||||
line-height: 15px;
|
||||
|
||||
|
|
|
|||
|
|
@ -205,6 +205,10 @@ html.rl-no-preview-pane {
|
|||
|
||||
background-color: #f9f9f9;
|
||||
|
||||
/* &:nth-child(even) {
|
||||
background-color: #f3f3f3;
|
||||
}*/
|
||||
|
||||
.delimiter {
|
||||
position: relative;
|
||||
display: block;
|
||||
|
|
|
|||
|
|
@ -255,7 +255,7 @@ html.rl-no-preview-pane {
|
|||
.bodyText {
|
||||
|
||||
color: #000;
|
||||
font-family: arial, sans-serif;
|
||||
font-family: Arial, Verdana, Geneva, sans-serif;
|
||||
|
||||
.b-text-part {
|
||||
|
||||
|
|
@ -305,13 +305,13 @@ html.rl-no-preview-pane {
|
|||
&.plain {
|
||||
|
||||
padding: 15px;
|
||||
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
|
||||
|
||||
pre {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
background: #fff;
|
||||
border: none;
|
||||
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue