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; }