From: Alexander Marx Date: Sat, 11 Jan 2014 04:32:16 +0000 (+0100) Subject: Edited stylecss so that TR:first-child td {} has a top border (for firewall rulecreation) X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=82f7d1b4d8f2d504ed750da549416a1110814cc6 Edited stylecss so that TR:first-child td {} has a top border (for firewall rulecreation) --- diff --git a/html/html/themes/ipfire/include/css/style.css b/html/html/themes/ipfire/include/css/style.css index aa7bd16b9..9e40b946c 100644 --- a/html/html/themes/ipfire/include/css/style.css +++ b/html/html/themes/ipfire/include/css/style.css @@ -54,7 +54,7 @@ table { border-right: 1px solid grey; } -.tbl tr:first-child td:only-child { +.tbl tr:first-child td { border-top: 1px solid grey; }