diff -r d8c5434af89d -r 89b3320557e2 src/main/webapp/projects.css --- a/src/main/webapp/projects.css Mon Jan 04 12:41:11 2021 +0100 +++ b/src/main/webapp/projects.css Mon Jan 04 12:45:22 2021 +0100 @@ -46,7 +46,7 @@ display: flex; position: relative; border-style: solid; - border-width: 1pt; + border-width: thin; border-color: #6060cc; } @@ -70,7 +70,7 @@ display: inline-block; box-sizing: border-box; border-style: solid; - border-width: 1pt; + border-width: thin; border-color: silver; border-radius: 4pt; background: lightgray; @@ -141,7 +141,7 @@ hr.comments-separator { border-image-source: linear-gradient(to right, rgba(60, 60, 60, .1), rgba(96, 96, 96, 1), rgba(60, 60, 60, .1)); border-image-slice: 1; - border-width: 1pt; + border-width: thin; border-style: none; border-top-style: solid; }