X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fv2%2Freset.css;h=33923d4c2e2d0eaecd12db462a4c7e9fe6398de4;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=88f60820b2d6b4d486126a77f01c04dd1e7a20b1;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/skins/v2/reset.css b/_source/skins/v2/reset.css index 88f6082..33923d4 100644 --- a/_source/skins/v2/reset.css +++ b/_source/skins/v2/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: 11px; font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; @@ -76,3 +77,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license { cursor: default; } + +.cke_skin_v2 fieldset +{ + padding: 10px; + border: 2px groove #E0DFE3; +}