From 0cc0a657c6f44cc2f1a51668321f3751811fe1dd Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Thu, 13 Nov 2008 06:29:55 +0000 Subject: [PATCH] Styles for code and kbd from Matt Thomas. fixes #7339 git-svn-id: https://develop.svn.wordpress.org/trunk@9658 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/options-permalink.php | 2 +- wp-admin/options-writing.php | 2 +- wp-admin/wp-admin.css | 7 +++++++ wp-includes/script-loader.php | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index 188bcacaea..6ef09db736 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -179,7 +179,7 @@ $structures = array(

-

URLs here. For example, using topics as your category base would make your category links like http://example.org/topics/uncategorized/. If you leave these blank the defaults will be used.') ?>

+

URLs here. For example, using topics as your category base would make your category links like http://example.org/topics/uncategorized/. If you leave these blank the defaults will be used.') ?>

URLs here. For example, using topics as your category base would make your category links like http://example.org/index.php/topics/uncategorized/. If you leave these blank the defaults will be used.') ?>

diff --git a/wp-admin/options-writing.php b/wp-admin/options-writing.php index b3da37e75b..fa0705bcb1 100644 --- a/wp-admin/options-writing.php +++ b/wp-admin/options-writing.php @@ -80,7 +80,7 @@ wp_dropdown_categories(array('hide_empty' => 0, 'name' => 'default_link_category

-

%s, %s, %s.'), wp_generate_password(8, false), wp_generate_password(8, false), wp_generate_password(8, false)) ?>

+

%s, %s, %s.'), wp_generate_password(8, false), wp_generate_password(8, false), wp_generate_password(8, false)) ?>

diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index fd65e27652..e62d794dfa 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -159,6 +159,13 @@ table#availablethemes td.bottom { font-family: "Courier New", Courier, monospace; } +kbd, code { + background: #e5e5e5; + padding: 2px 3px; + margin: 0 1px; + font-size: 12px; +} + .commentlist li { padding: 1em 1em .2em; margin: 0; diff --git a/wp-includes/script-loader.php b/wp-includes/script-loader.php index b477bb4e4a..cabb2a3729 100644 --- a/wp-includes/script-loader.php +++ b/wp-includes/script-loader.php @@ -301,7 +301,7 @@ function wp_default_styles( &$styles ) { $rtl_styles = array( 'global', 'colors', 'dashboard', 'ie', 'install', 'login', 'media', 'theme-editor', 'upload', 'widgets', 'press-this', 'press-this-ie', 'plugin-install', 'farbtastic' ); - $styles->add( 'wp-admin', '/wp-admin/wp-admin.css', array(), '20081112' ); + $styles->add( 'wp-admin', '/wp-admin/wp-admin.css', array(), '20081112b' ); $styles->add_data( 'wp-admin', 'rtl', '/wp-admin/rtl.css' ); $styles->add( 'ie', '/wp-admin/css/ie.css' );