mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 13:03:12 +01:00
22 lines
248 B
CSS
22 lines
248 B
CSS
p{
|
|
margin-top : 1px;
|
|
margin-bottom : 1px;
|
|
}
|
|
body{
|
|
font-weight : bold;
|
|
font-family : Tahoma;
|
|
font-size : 13px;
|
|
}
|
|
.editorComment{
|
|
color:gray;
|
|
}
|
|
.editorTags{
|
|
color: #0000CD;
|
|
}
|
|
.editorCFTags{
|
|
color: #D2691E;
|
|
}
|
|
.editorQuotes{
|
|
color: #3CB371;
|
|
}
|