# HG changeset patch # User Mike Becker # Date 1609760722 -3600 # Node ID 89b3320557e2d8acadafb356d70cadf99fe7ee78 # Parent d8c5434af89d73e21254dd9bd9db64a4be413925 fixes #120 - thin border rendering for Chrome diff -r d8c5434af89d -r 89b3320557e2 src/main/webapp/error.css --- a/src/main/webapp/error.css Mon Jan 04 12:41:11 2021 +0100 +++ b/src/main/webapp/error.css Mon Jan 04 12:45:22 2021 +0100 @@ -35,11 +35,11 @@ width: 100%; border-top-style: solid; - border-top-width: 1pt; + border-top-width: thin; border-top-color: #606060; border-bottom-style: solid; - border-bottom-width: 1pt; + border-bottom-width: thin; border-bottom-color: #505050; border-collapse: separate; diff -r d8c5434af89d -r 89b3320557e2 src/main/webapp/lightpit.css --- a/src/main/webapp/lightpit.css Mon Jan 04 12:41:11 2021 +0100 +++ b/src/main/webapp/lightpit.css Mon Jan 04 12:45:22 2021 +0100 @@ -56,7 +56,7 @@ border-image-source: linear-gradient(to right, #606060, rgba(60, 60, 60, .25)); border-image-slice: 1; border-bottom-style: solid; - border-bottom-width: 1pt; + border-bottom-width: thin; } #sideMenu { @@ -71,7 +71,7 @@ border-image-source: linear-gradient(to bottom, #606060, rgba(60, 60, 60, .25)); border-image-slice: 1; border-right-style: solid; - border-right-width: 1pt; + border-right-width: thin; } #content-area.sidebar-spacing { @@ -91,7 +91,7 @@ #mainMenu .menuEntry { padding: .25em 1em .25em 1em; border-right-style: solid; - border-right-width: 1pt; + border-right-width: thin; border-right-color: #9095a1; } @@ -99,7 +99,7 @@ padding-top: .25em; padding-bottom: .25em; border-bottom-style: solid; - border-bottom-width: 1pt; + border-bottom-width: thin; border-bottom-color: #d7d7df; } @@ -131,7 +131,7 @@ display: inline-block; font-size: medium; border-style: solid; - border-width: 1pt; + border-width: thin; border-color: #606060; color: inherit; background: #f0f0f0; @@ -160,7 +160,7 @@ table.datatable { border-style: solid; - border-width: 1pt; + border-width: thin; border-color: silver; border-collapse: collapse; } @@ -173,7 +173,7 @@ table.datatable th, table.datatable td { border-style: solid; - border-width: 1pt; + border-width: thin; border-color: lightgray; padding: .4em; } @@ -239,7 +239,7 @@ .info-box, .error-box, .warn-box { margin: 2em; border-style: dashed; - border-width: 1pt; + border-width: thin; border-color: deepskyblue; padding: 1em; } @@ -285,5 +285,5 @@ padding: 0.25em; border-style: solid; border-color: darkgray; - border-width: 1pt; + border-width: thin; } 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; }