diff --git a/public/styles/site/client.sass b/public/styles/site/client.sass index aa27555b..e6d842f8 100644 --- a/public/styles/site/client.sass +++ b/public/styles/site/client.sass @@ -19,31 +19,25 @@ th font-weight: 600 - colgroup:nth-child(1) + col:nth-child(1) width: 31% border: 0 none - colgroup:nth-child(2) + col:nth-child(2) width: 25% border: 10px solid #59c7fb - colgroup:nth-child(3) + col:nth-child(3) width: 22% border: 1px solid #ccc - colgroup:nth-child(4) + col:nth-child(4) width: 22% border: 1px solid #ccc /* Tablehead */ thead th - background: #def4fe - background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%) - background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%) - background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%) - background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%) - background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%) text-align: center position: relative border-bottom: 1px solid #ccc diff --git a/templates/views/client.pug b/templates/views/client.pug index 0bb0410a..da0afb10 100644 --- a/templates/views/client.pug +++ b/templates/views/client.pug @@ -17,8 +17,9 @@ block content .row table colgroup - colgroup - colgroup + col + col + col thead tr