diff --git a/Resources/public/css/screen.css b/Resources/public/css/screen.css index 37f3dab..fc27959 100644 --- a/Resources/public/css/screen.css +++ b/Resources/public/css/screen.css @@ -116,6 +116,12 @@ pre { table.fullwidth { width: 100%; } +table.fullwidth > tbody > tr { + border-bottom: 1px solid #cccccc; +} +table.fullwidth > tbody tr:last-child { + border-bottom: none; +} table thead tr th { padding: 5px; font-size: 0.9em; @@ -125,13 +131,9 @@ table thead tr th { table tbody tr td { padding: 6px; font-size: 0.9em; - border-bottom: 1px solid #cccccc; vertical-align: top; line-height: 1.3em; } -table tbody tr:last-child td { - border-bottom: none; -} #header { background-color: #89BF04;