migrate to new git
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
/*
|
||||
editor_gecko.css
|
||||
==================
|
||||
|
||||
This file contains styles to used by all Gecko based browsers (Firefox) only.
|
||||
*/
|
||||
|
||||
/* Base it on editor.css, overriding it with styles defined in this file. */
|
||||
@import "../../components/editor";
|
||||
|
||||
.cke_bottom
|
||||
{
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
|
||||
.cke_combo_text
|
||||
{
|
||||
margin-bottom: -1px;
|
||||
margin-top: 1px;
|
||||
}
|
||||
Reference in New Issue
Block a user