From ffd66244c7e8fde035800a19bc0cc6068720121a Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sat, 17 Jan 2009 21:17:00 +0000 Subject: [PATCH] Add default formatting for
    tags and make match , props beaulebens, fixes #8876 git-svn-id: https://develop.svn.wordpress.org/trunk@10373 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/css/global.css | 1 + wp-admin/wp-admin.css | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/wp-admin/css/global.css b/wp-admin/css/global.css index db731cef68..65cc2211fc 100644 --- a/wp-admin/css/global.css +++ b/wp-admin/css/global.css @@ -184,6 +184,7 @@ table { /* include margin and padding in the width calculation of input and textarea */ input[type="text"], +input[type="password"], textarea { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 8d805786cc..1da291de2a 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -2945,3 +2945,8 @@ table.fixed { line-height: 1; padding-left: 25px; } + +ol { + list-style-type: decimal; + margin-left: 2em; +}