From 7ad325393ce2c1dcb46b0bbedc87cacce73e628d Mon Sep 17 00:00:00 2001 From: Adam Whitcroft Date: Fri, 26 Oct 2012 11:09:09 +0100 Subject: [PATCH] Left padding added to icons --- apaxy/theme/style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/apaxy/theme/style.css b/apaxy/theme/style.css index 0225952..5d38735 100644 --- a/apaxy/theme/style.css +++ b/apaxy/theme/style.css @@ -47,7 +47,7 @@ a:hover { max-width:900px; } /*------------------------------------*\ - Block + Demo block \*------------------------------------*/ .block { font-size:.875em; @@ -86,6 +86,10 @@ th + th + th { th + th + th + th { width:5%; } +tr td:first-of-type { + padding-left:10px; + padding-right:10px; +} td { padding:5px 0; outline:0; @@ -99,9 +103,6 @@ td { -o-transition:background 300ms ease; transition:background 300ms ease; } -td:nth-of-type(1){ - margin-right:20px; -} tr.parent a { color:#9099A3; }