Line 138: | Line 138: | ||
line-height: 50px; | line-height: 50px; | ||
vertical-align: middle; | vertical-align: middle; | ||
+ | position:relative; | ||
+ | } | ||
+ | .step > div:after{ | ||
+ | content:''; | ||
+ | width:20px; | ||
+ | height:2px; | ||
+ | background:blue; | ||
+ | position:absolute; | ||
+ | right:0; | ||
} | } | ||
</style> | </style> |
Revision as of 10:22, 8 October 2017
Human Practices Logbook
123456789101112