X-Git-Url: http://git.ieval.ro/?p=plack-app-gruntmaster.git;a=blobdiff_plain;f=css%2Fthemes%2Fslate.css;h=68e9656a9e81243665e22bbb25ad0f32e285a770;hp=17380ce8199f0b1552d84bfeff36f955426986fe;hb=c910d2bacb62948dde7d1a5526f56228fb156b0a;hpb=5eae1f77a18ef8273f3a0cd6d4af8c19a4986880 diff --git a/css/themes/slate.css b/css/themes/slate.css index 17380ce..68e9656 100644 --- a/css/themes/slate.css +++ b/css/themes/slate.css @@ -838,8 +838,8 @@ table { background-color: #2e3338; } caption { - padding-top: 8px; - padding-bottom: 8px; + padding-top: 5px; + padding-bottom: 5px; color: #7a8288; text-align: left; } @@ -857,7 +857,7 @@ th { .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { - padding: 8px; + padding: 5px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #1c1e22; @@ -880,14 +880,6 @@ th { .table .table { background-color: #272b30; } -.table-condensed > thead > tr > th, -.table-condensed > tbody > tr > th, -.table-condensed > tfoot > tr > th, -.table-condensed > thead > tr > td, -.table-condensed > tbody > tr > td, -.table-condensed > tfoot > tr > td { - padding: 5px; -} .table-bordered { border: 1px solid #1c1e22; }