diff -r fcf75e232c5b -r 0ff3ba646492 web/drupal/modules/fckeditor/fckeditor.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/drupal/modules/fckeditor/fckeditor.css Fri Aug 21 16:26:26 2009 +0000 @@ -0,0 +1,37 @@ +.rteindent1 { + margin-left: 40px; +} +.rteindent2 { + margin-left: 80px; +} +.rteindent3 { + margin-left: 120px; +} +.rteindent4 { + margin-left: 160px; +} +.rteleft { + text-align: left; +} +.rteright { + text-align: right; +} +.rtecenter { + text-align: center; +} +.rtejustify { + text-align: justify; +} +.image_assist{ + background-color: #eeeeee; + background-repeat: no-repeat; + background-image: url(plugins/imgassist/imgassist.gif); + background-position: 50% 50%; + border: 1px dashed #dddddd; +} +.ibimage_left { + float: left; +} +.ibimage_right { + float: right; +} \ No newline at end of file