Skip to content

Commit

Permalink
* Ajout des classes spécifiques à tinyMCE pour le contenu
Browse files Browse the repository at this point in the history
  • Loading branch information
gtraxx committed Jan 11, 2013
1 parent ff6450e commit 9d2f11e
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/bootstrap/content.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
/* TinyMCE specific rules */
body.mceContentBody {
background: #FFF;
margin:8px;
}
.mceContentBody a {}
.mceContentBody p {
margin: 0 0 10px;padding:0;line-height:1.4em;
}
body.mceForceColors {background:#FFF; color:#000;}
/* TEMPLATE */
body, td, pre {
color:#000;
color:#000;
font: 12px/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
margin:8px;
}
body { padding: 0 !important;background:#fff !important;}
body.mceForceColors {background:#FFF; color:#000;}
h1 {font-size: 2em;}
h2 {font-size: 1.5em}
h3 {font-size: 1.17em}
Expand Down

0 comments on commit 9d2f11e

Please sign in to comment.