Line 1,516: |
Line 1,516: |
| margin-right:8px; | | margin-right:8px; |
| margin-bottom:2px; | | margin-bottom:2px; |
| + | } |
| + | |
| + | /* ROUTE TEMPLATE |
| + | Added by: dragonjet |
| + | Origin from Wikia (Subject to deprecate) |
| + | ----------------------------------------------*/ |
| + | .maproute { |
| + | display: inline-block; |
| + | font-weight: bold; |
| + | color: #fff; |
| + | } |
| + | |
| + | .maproute .mapnote { |
| + | float: left; |
| + | margin: 0px 3px 0px 0px; |
| + | width: 20px; |
| + | height: 20px; |
| + | border: 2px solid #ccc; |
| + | border-radius: 12px; |
| + | text-align: center; |
| + | line-height: 20px; |
| } | | } |
| | | |