diff --git a/distro/changelog.xml b/distro/changelog.xml index 74946d5..168e422 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,4 +1,7 @@ + +removed border for fieldset in forms + Added Client scope handler, to set the scope from the client and help preventing the browser back button cache problem diff --git a/src/main/java/org/gcube/portlets/user/gcubewidgets/public/normalize.css b/src/main/java/org/gcube/portlets/user/gcubewidgets/public/normalize.css index 87bc372..33a28c7 100644 --- a/src/main/java/org/gcube/portlets/user/gcubewidgets/public/normalize.css +++ b/src/main/java/org/gcube/portlets/user/gcubewidgets/public/normalize.css @@ -237,15 +237,6 @@ figure { Forms ========================================================================== */ -/* - * Define consistent, margin, and padding. - */ - -fieldset { - - margin: 0 2px; - padding: 0.35em 0.625em 0.75em; -} /* * 1. Corrects color not being inherited in IE 8/9.