1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- .firstrow {
- float: left;
- max-width: 30%;
- padding-right: 20px;
- padding-top: 10px;
- }
-
- #theship {
- float: left;
- }
-
- #theship::before {
- content: "";
- }
-
- #themission {
- float: left;
- }
-
- #themission::before {
- content: "";
- }
-
- #theadversary {
- float: left;
- }
-
- #theadversary::before {
- content: "";
- }
-
- #thekobolds {
- padding-top: 10px;
- padding-bottom: 10px;
- }
-
- #thekobolds::before {
- content: "";
- }
-
- .kobold {
- float: left;
- padding-right: 20px;
- }
-
- .head {
- display: block;
- font-weight: bold;
- font-size: 1.5em;
- }
|