Refactor naming of tracked trip to leg
This commit is contained in:
@@ -104,14 +104,14 @@ input.form-control {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
#drafting-board .trip-left {
|
||||
#drafting-board .leg-left {
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
margin-right: 10px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#drafting-board .trip {
|
||||
#drafting-board .leg {
|
||||
margin: 10px;
|
||||
|
||||
border-style: solid;
|
||||
@@ -124,7 +124,7 @@ input.form-control {
|
||||
background-color: #ff4bb0;
|
||||
}
|
||||
|
||||
#drafting-board .trip-right {
|
||||
#drafting-board .leg-right {
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
margin-left: 10px;
|
||||
|
Reference in New Issue
Block a user