src/main/webapp/projects.css

changeset 172
89b3320557e2
parent 144
7e06b75cf1b9
child 180
009700915269
     1.1 --- a/src/main/webapp/projects.css	Mon Jan 04 12:41:11 2021 +0100
     1.2 +++ b/src/main/webapp/projects.css	Mon Jan 04 12:45:22 2021 +0100
     1.3 @@ -46,7 +46,7 @@
     1.4      display: flex;
     1.5      position: relative;
     1.6      border-style: solid;
     1.7 -    border-width: 1pt;
     1.8 +    border-width: thin;
     1.9      border-color: #6060cc;
    1.10  }
    1.11  
    1.12 @@ -70,7 +70,7 @@
    1.13      display: inline-block;
    1.14      box-sizing: border-box;
    1.15      border-style: solid;
    1.16 -    border-width: 1pt;
    1.17 +    border-width: thin;
    1.18      border-color: silver;
    1.19      border-radius: 4pt;
    1.20      background: lightgray;
    1.21 @@ -141,7 +141,7 @@
    1.22  hr.comments-separator {
    1.23      border-image-source: linear-gradient(to right, rgba(60, 60, 60, .1), rgba(96, 96, 96, 1), rgba(60, 60, 60, .1));
    1.24      border-image-slice: 1;
    1.25 -    border-width: 1pt;
    1.26 +    border-width: thin;
    1.27      border-style: none;
    1.28      border-top-style: solid;
    1.29  }

mercurial