fix
This commit is contained in:
@@ -378,14 +378,13 @@ th.rotate > div > span {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.divlines {
|
.divlines {
|
||||||
width: 50px;
|
display: block;
|
||||||
height: 50px;
|
overflow-x: hidden;
|
||||||
background-color: red;
|
border-width: 1px 0 0 0;
|
||||||
/* Center vertically and horizontally */
|
border-color: #333 #333 #333 #333;
|
||||||
position: absolute;
|
border-style: solid;
|
||||||
top: 50%;
|
padding: 0px;
|
||||||
left: 50%;
|
margin: 0px;
|
||||||
margin: -25px 0 0 -25px; /* Apply negative top and left margins to truly center the element */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.workoutcontainer {
|
.workoutcontainer {
|
||||||
|
|||||||
Reference in New Issue
Block a user