UAB-IT / linear

Framework for UAB IT website
https://uab-it.github.io/linear/
Mozilla Public License 2.0
3 stars 0 forks source link

Fix validation errors #82

Closed MattMcAdams closed 4 years ago

MattMcAdams commented 4 years ago

Checking it.custom.css with the w3c CSS validation service returns 5 errors:

On line 352: body.linear.hd hr Value Error : border-color c(#808285,200) is not a border-color value : c(#808285,200)

On line 2546 body.linear.hd #whitebox ul li.srfrRow Value Error : border-bottom #808285 is not a color value : 1px solid c(#808285,200)

On line 2789 body.linear.hd #search form right is not a align-items value : right

On line 2876 body.linear.hd #leftcolumn::after Value Error : border-right #808285 is not a color value : 1px solid c(#808285,200)

On line 3105 body.linear.hd #whitebox Value Error : display border-box is not a display value : border-box