From 12de05107e4c8b006bde6ee8916f34eb476d08da Mon Sep 17 00:00:00 2001 From: donncha Date: Fri, 13 Jun 2008 17:21:00 +0000 Subject: WP Merge with revision 8075 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1328 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-content/themes/default/comments.php | 4 ++-- wp-content/themes/default/searchform.php | 1 + wp-content/themes/default/single.php | 2 +- wp-content/themes/default/style.css | 4 ++++ 4 files changed, 8 insertions(+), 3 deletions(-) (limited to 'wp-content') diff --git a/wp-content/themes/default/comments.php b/wp-content/themes/default/comments.php index 08b1be1..ec2f6c4 100644 --- a/wp-content/themes/default/comments.php +++ b/wp-content/themes/default/comments.php @@ -78,10 +78,10 @@ -

+

/>

-

+

/>

diff --git a/wp-content/themes/default/searchform.php b/wp-content/themes/default/searchform.php index 2282083..300a1c4 100644 --- a/wp-content/themes/default/searchform.php +++ b/wp-content/themes/default/searchform.php @@ -1,4 +1,5 @@

+
diff --git a/wp-content/themes/default/single.php b/wp-content/themes/default/single.php index 313b52e..b3bf786 100644 --- a/wp-content/themes/default/single.php +++ b/wp-content/themes/default/single.php @@ -45,7 +45,7 @@ // Neither Comments, nor Pings are open ?> Both comments and pings are currently closed. - +

diff --git a/wp-content/themes/default/style.css b/wp-content/themes/default/style.css index 3641f37..b927278 100644 --- a/wp-content/themes/default/style.css +++ b/wp-content/themes/default/style.css @@ -616,6 +616,10 @@ blockquote cite { text-align: center; } +.hidden { + display: none; + } + hr { display: none; } -- cgit