You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trustieforge/plugins/redmine_ckeditor/assets/stylesheets/editor.css

26 lines
292 B

/*
This file defines the default set of CSS styles available in the Rich editor
*/
p.caption {
font-style: italic;
color: grey;
}
span.highlight {
background: yellow;
}
img.left {
float: left;
}
img.right {
float: right;
}
html, body {
height: 100%;
}