X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fkama%2Freset.css;h=a2bed359d73abe1fee7c69f21d604f64962b043b;hb=2f22c0c38f17e75be5541089076885442aaa2377;hp=4667110216818ae7c1439b1ad277a2fe91f92cad;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/skins/kama/reset.css b/_source/skins/kama/reset.css index 4667110..a2bed35 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-2012, 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; +}