From b12029118801f020fdcff303967992916472a731 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Sun, 5 Aug 2012 23:41:59 +0000 Subject: [PATCH] Twenty Twelve: Position the stats smiley in a happy place, and add Plugins rule block. See #21477, props iandstewart. git-svn-id: https://develop.svn.wordpress.org/trunk@21446 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentytwelve/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/wp-content/themes/twentytwelve/style.css b/wp-content/themes/twentytwelve/style.css index 131404170d..8a91150717 100644 --- a/wp-content/themes/twentytwelve/style.css +++ b/wp-content/themes/twentytwelve/style.css @@ -1324,6 +1324,16 @@ label ~ span.required { } +/* =Plugins +----------------------------------------------- */ + +img#wpstats { + display: block; + margin: 0 auto 24px; + margin: 0 auto 1.714285714rem; +} + + /* =Media queries -------------------------------------------------------------- */