diff --git a/core/themes/bartik/css/colors.css b/core/themes/bartik/css/colors.css index ab24160..5ac2741 100644 --- a/core/themes/bartik/css/colors.css +++ b/core/themes/bartik/css/colors.css @@ -1,7 +1,4 @@ -/** - * @file - * Color Module Styles. - */ +/* ---------- Color Module Styles ----------- */ body { color: #3b3b3b; diff --git a/core/themes/bartik/css/components/site-footer.css b/core/themes/bartik/css/components/site-footer.css index bd8ea59..06511cb 100644 --- a/core/themes/bartik/css/components/site-footer.css +++ b/core/themes/bartik/css/components/site-footer.css @@ -1,6 +1,6 @@ /** * @file - * Footer. + * Site Footer. */ .site-footer__wrapper { diff --git a/core/themes/bartik/css/components/table.css b/core/themes/bartik/css/components/table.css index af1b6d2..4afbd54 100644 --- a/core/themes/bartik/css/components/table.css +++ b/core/themes/bartik/css/components/table.css @@ -1,7 +1,4 @@ -/** - * @file - * Table Styles. - */ +/* ------------------ Table Styles ------------------ */ table { border: 0; diff --git a/core/themes/bartik/css/layout.css b/core/themes/bartik/css/layout.css index 31471f3..dfb9958 100644 --- a/core/themes/bartik/css/layout.css +++ b/core/themes/bartik/css/layout.css @@ -1,7 +1,5 @@ -/** - * @file - * Basic Layout Styles. - */ + +/* ---------- Basic Layout Styles ----------- */ html, body, diff --git a/core/themes/bartik/css/print.css b/core/themes/bartik/css/print.css index 367964a..03b22c3 100644 --- a/core/themes/bartik/css/print.css +++ b/core/themes/bartik/css/print.css @@ -1,7 +1,5 @@ -/** - * @file - * General Layout. - */ + +/* ---------- General Layout ---------- */ body, input, diff --git a/core/themes/bartik/templates/page.html.twig b/core/themes/bartik/templates/page.html.twig index ef6773e..35bb975 100644 --- a/core/themes/bartik/templates/page.html.twig +++ b/core/themes/bartik/templates/page.html.twig @@ -170,7 +170,7 @@