diff --git a/index.htm b/index.htm index f805564..1a6f635 100644 --- a/index.htm +++ b/index.htm @@ -7,7 +7,6 @@ - @@ -46,34 +45,52 @@

- Rotation: - -
- Head: -
- -
- Body: -
- -
- Left Leg: -
- -
- Right Leg: -
- + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Rotation:
Head:
Body:
Left Leg:
Right Leg:
-
- Left Arm: -
- -
- Right Arm: -
+ + + + + + + + + + + + + +
Left Arm:
Right Arm:
-
diff --git a/style.css b/style.css index efa28fb..77e13ca 100644 --- a/style.css +++ b/style.css @@ -71,6 +71,7 @@ a{ width: 60px; display: inline-block; clear: left; + text-align: right; } #disabledslots span{ @@ -99,4 +100,17 @@ a{ .equipment{ width: 80%; +} + +.rotations{ + width: 100%; + text-align: right; +} + +.rotations tr td:nth-child(1){ + width: 80px; +} + +.rotations input{ + width: 100%; } \ No newline at end of file