mirror of
https://github.com/10h30/trestle.git
synced 2026-07-11 18:56:07 +09:00
Fix CSS typo and move editor body style
This commit is contained in:
@@ -151,6 +151,10 @@ body {
|
||||
line-height: 1.625;
|
||||
}
|
||||
|
||||
body.bubble {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
/* Used in the editor */
|
||||
body.mce-content-body {
|
||||
width: auto;
|
||||
@@ -158,11 +162,7 @@ body.mce-content-body {
|
||||
float: none;
|
||||
-webkit-font-smoothing: auto !important;
|
||||
font-smoothing: auto !important;
|
||||
backround: #fff;
|
||||
}
|
||||
|
||||
body.bubble {
|
||||
background-color: #f5f5f5;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
a,
|
||||
|
||||
Reference in New Issue
Block a user