Fieldset: Center legend
问题 as asked many times before (but never really answered) I want to center a legend in a fieldset. The trick was done perfectly here, which I also bought for my project: http://themeforest.net/item/aloma-liquid-mobile-template/full_screen_preview/5819068 the code from the css reads like this fieldset { display: block; margin: 20px 1%; margin-bottom: 20px; padding: 0 auto; padding: 15px 0; border: 0; border-top: 1px solid #DDD; width: 98%; } legend { display: table; min-width: 0px; max-width: 70%