Skip to content

Commit

Permalink
Fix: avoid error with crlf
Browse files Browse the repository at this point in the history
  • Loading branch information
hregis committed Jun 24, 2013
1 parent 48ec594 commit 930f6e4
Show file tree
Hide file tree
Showing 17 changed files with 453 additions and 454 deletions.
50 changes: 25 additions & 25 deletions htdocs/includes/ckeditor/contents.css
@@ -1,25 +1,25 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

body
{
/* Font */
font-family: Arial, Verdana, sans-serif;
font-size: 12px;

/* Text color */
color: #222;

/* Remove the background color to make it transparent */
background-color: #fff;
}

ol,ul,dl
{
/* IE7: reset rtl list margin. (#7334) */
*margin-right:0px;
/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
padding:0 40px;
}
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

body
{
/* Font */
font-family: Arial, Verdana, sans-serif;
font-size: 12px;

/* Text color */
color: #222;

/* Remove the background color to make it transparent */
background-color: #fff;
}

ol,ul,dl
{
/* IE7: reset rtl list margin. (#7334) */
*margin-right:0px;
/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
padding:0 40px;
}
12 changes: 6 additions & 6 deletions htdocs/includes/ckeditor/plugins/scayt/dialogs/toolbar.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions htdocs/includes/ckeditor/plugins/uicolor/yui/assets/yui.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions htdocs/includes/ckeditor/plugins/wsc/dialogs/wsc.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 930f6e4

Please sign in to comment.