From 34ce2c00e596c2f1337b0ce85782565ff176dd90 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Wed, 27 Mar 2013 08:45:49 +0000 Subject: [PATCH] =?UTF-8?q?Drop=20the=5Fchat()=20into=20twentythirteen.=20?= =?UTF-8?q?Style=20updates=20to=20follow=20=E2=80=94=20just=20wanted=20the?= =?UTF-8?q?=5Fchat()=20to=20be=20utilized=20somewhere.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit props lancewillett. see #23869 git-svn-id: https://develop.svn.wordpress.org/trunk@23806 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentythirteen/content-chat.php | 2 +- wp-content/themes/twentythirteen/style.css | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentythirteen/content-chat.php b/wp-content/themes/twentythirteen/content-chat.php index 4410976148..75cd2060d0 100644 --- a/wp-content/themes/twentythirteen/content-chat.php +++ b/wp-content/themes/twentythirteen/content-chat.php @@ -20,7 +20,7 @@
- →', 'twentythirteen' ) ); ?> + '', 'link_before' => '', 'link_after' => '' ) ); ?>
diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index 196c4d53c3..260d716279 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -1534,6 +1534,16 @@ footer.entry-meta { display: none; } +.format-chat .chat-transcript { + margin: 0; +} + +.format-chat .chat-transcript dt { + color: #686758; + font-style: italic; + font-weight: normal; +} + /* Gallery */ .format-gallery { background-color: #fbca3c;