X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=_source%2Fskins%2Fv2%2Freset.css;h=e33aec7936b85df21203b84511d33a37b6c235bc;hb=6e682412d5cc0dfaedb376482e585bf2989c6863;hp=0a7b5db885b015a141c0e8442a8b5abbd69d3615;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6;p=ckeditor.git diff --git a/_source/skins/v2/reset.css b/_source/skins/v2/reset.css index 0a7b5db..e33aec7 100644 --- a/_source/skins/v2/reset.css +++ b/_source/skins/v2/reset.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, 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: 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; +}