X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fkama%2Freset.css;h=ed5192134f71ce19643156f182d5475f03410b7e;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=4667110216818ae7c1439b1ad277a2fe91f92cad;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/skins/kama/reset.css b/_source/skins/kama/reset.css index 4667110..ed51921 100644 --- a/_source/skins/kama/reset.css +++ b/_source/skins/kama/reset.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -26,6 +26,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license white-space: nowrap; cursor: auto; color: #000; + float: none; font-size: 12px; font-family: Arial,Helvetica,Tahoma,Verdana,Sans-Serif; @@ -76,3 +77,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license { cursor: default; } + +.cke_skin_kama fieldset +{ + padding: 10px; + border: 2px groove #E0DFE3; +}