diff --git a/cv.css b/cv.css index 114e8f3..74789aa 100644 --- a/cv.css +++ b/cv.css @@ -105,21 +105,14 @@ a { width: 25%; } -#quantitative-info .power { - border-color: #19bafe; - border-width: 1px; - border-top-style: solid; - border-bottom-style: solid; -} - -#quantitative-info .power:first-of-type { - border-left-style: solid; - background-color: green; +#quantitative-info td:not(.name):not(.power):not(.empty) { + background-image: url("rail.png"); + background-position: center; + background-repeat: repeat-y; } -#quantitative-info .power:last-of-type { - border-right-style: solid; - background-color: red; +#quantitative-info .power { + border: 1px solid #19bafe; } /* -------------------------------------------------- */ diff --git a/cv.html b/cv.html index 1771658..17a4b39 100644 --- a/cv.html +++ b/cv.html @@ -129,7 +129,7 @@ - +   @@ -138,10 +138,7 @@ Python - - - - + diff --git a/rail.png b/rail.png new file mode 100644 index 0000000..40e1cab Binary files /dev/null and b/rail.png differ