30 lines
221 B
Plaintext
Executable File
30 lines
221 B
Plaintext
Executable File
#cms .rte {
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.rte {
|
|
p, hr {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
ul {
|
|
padding-left: 20px;
|
|
}
|
|
h2 {
|
|
.title_h2;
|
|
}
|
|
h3 {
|
|
.title_h3;
|
|
}
|
|
h4 {
|
|
.title_h4;
|
|
}
|
|
h5 {
|
|
.title_h5;
|
|
}
|
|
h6 {
|
|
.title_h6;
|
|
}
|
|
}
|
|
|