projects
/
Plinn.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
d6b1d2afe2b63563f0f72494a1b670e1543d63e2
[Plinn.git]
/
skins
/
generic
/
plinn_ckeditor_styles.js.dtml
1
CKEDITOR.stylesSet.add('plinn_styles', [
2
{
3
name: 'Arrondis',
4
className: 'rounded-corners'
5
},
6
{
7
name: 'Bordure standard',
8
className: 'std-border'
9
},
10
{
11
name: 'Fond coloré',
12
className: 'std-background'
13
},
14
{
15
name: 'Focus',
16
className: 'std-focusbox'
17
}]
18
);