Small fixes

This commit is contained in:
RainLoop Team 2014-02-06 19:58:53 +04:00
parent 041bd1ae1b
commit 320f92b1a8
6 changed files with 18 additions and 8 deletions

View file

@ -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;

View file

@ -205,6 +205,10 @@ html.rl-no-preview-pane {
background-color: #f9f9f9;
/* &:nth-child(even) {
background-color: #f3f3f3;
}*/
.delimiter {
position: relative;
display: block;

View file

@ -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 {