mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-03 12:47:16 +00:00
Update CKEditor to version 4.2.2
This commit is contained in:
@@ -73,21 +73,25 @@ hr
|
||||
border-top: 1px solid #ccc;
|
||||
}
|
||||
|
||||
img.right {
|
||||
border: 1px solid #ccc;
|
||||
float: right;
|
||||
margin-left: 15px;
|
||||
padding: 5px;
|
||||
img.right
|
||||
{
|
||||
border: 1px solid #ccc;
|
||||
float: right;
|
||||
margin-left: 15px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
img.left {
|
||||
border: 1px solid #ccc;
|
||||
float: left;
|
||||
margin-right: 15px;
|
||||
padding: 5px;
|
||||
img.left
|
||||
{
|
||||
border: 1px solid #ccc;
|
||||
float: left;
|
||||
margin-right: 15px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
img:hover {
|
||||
/* #10868: We use :not() selector to exclude IE8, which crashes on img:hover style. */
|
||||
:not(.ie8) img:hover
|
||||
{
|
||||
opacity: .9;
|
||||
filter: alpha(opacity = 90);
|
||||
}
|
||||
@@ -98,6 +102,7 @@ pre
|
||||
word-wrap: break-word; /* IE7 */
|
||||
}
|
||||
|
||||
.marker {
|
||||
background-color: Yellow;
|
||||
.marker
|
||||
{
|
||||
background-color: Yellow;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user