Difference between revisions of "Team:INSA-UPS France/test/description"

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:20px;
+
         width:30px;
 
         height:2px;
 
         height:2px;
 
         background:blue;
 
         background:blue;
 
         position:absolute;
 
         position:absolute;
 
         top:25px;
 
         top:25px;
         right:-20px;
+
         right:-30px;
 
       }
 
       }
 
     </style>
 
     </style>

Revision as of 10:25, 8 October 2017

Human Practices Logbook

1
2
3
4
5
6
7
8
9
10
11
12