From 81e5be0da5623bc26dbc953d8693c3297d2cf476 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Fri, 16 May 2008 16:18:23 +0000 Subject: [PATCH] Remove old #your-profile fieldset CSS. fixes #6982 git-svn-id: https://develop.svn.wordpress.org/trunk@7942 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/wp-admin.css | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index e785afdace..9e0446a992 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -394,26 +394,6 @@ set display:none; */ height: 22px; } -#your-profile fieldset { - border-width: 1px; - border-style: solid; - float: left; - width: 40%; - padding: .5em 2em 1em; - margin: 1em 1em 1em 0; -} - -#your-profile fieldset input { - width: 100%; - font-size: 20px; - padding: 2px; -} - -#your-profile fieldset textarea { - width: 100%; - padding: 2px; -} - #your-profile legend { font-family: Georgia, "Times New Roman", Times, serif; font-size: 22px;