From: Stanislav Kurinec Date: Thu, 26 Jul 2012 10:18:51 +0000 (+0300) Subject: Update stylesheets/foundation/components/modules/_ui.scss X-Git-Tag: v3.0.7.rc11~7^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F701%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update stylesheets/foundation/components/modules/_ui.scss --- diff --git a/stylesheets/foundation/components/modules/_ui.scss b/stylesheets/foundation/components/modules/_ui.scss index e96944978..9fbafb22a 100644 --- a/stylesheets/foundation/components/modules/_ui.scss +++ b/stylesheets/foundation/components/modules/_ui.scss @@ -369,7 +369,7 @@ table tr td, table tfoot tr td { font-size: ms(0); line-height: 18px; text-align: left; } table thead tr th, - table tfoot tr td { padding: 8px 10px 9px; font-size: ms(0) + 2px; font-weight: bold; color: #222; } + table tfoot tr td { padding: 8px 10px 9px; font-size: ms(0) + 2; font-weight: bold; color: #222; } table thead tr th:first-child, table tfoot tr td:first-child { border-left: none; } table thead tr th:last-child, table tfoot tr td:last-child { border-right: none; }