Line 128: | Line 128: | ||
display:table-cell; | display:table-cell; | ||
text-align: center; | text-align: center; | ||
− | + | width:80px; | |
} | } | ||
.step > div{ | .step > div{ | ||
Line 142: | Line 142: | ||
.step > div:after{ | .step > div:after{ | ||
content:''; | content:''; | ||
− | width: | + | width:30px; |
height:2px; | height:2px; | ||
background:blue; | background:blue; | ||
position:absolute; | position:absolute; | ||
top:25px; | top:25px; | ||
− | right:- | + | right:-30px; |
} | } | ||
</style> | </style> |
Revision as of 10:25, 8 October 2017
Human Practices Logbook
123456789101112