Difference between revisions of "User:Arrek Lemmont"

From EVE University Wiki
Jump to: navigation, search
(Created)
 
(wip)
Line 1: Line 1:
 +
{{#css:
 +
  .checkedList ul {
 +
    list-style: none;
 +
    padding: 0px;
 +
  }
 +
  .checkedList li:before {
 +
    content: '\2705';
 +
    margin: 0 1em;    /* any design */
 +
  }
 +
}}
 +
 
Works in progress:
 
Works in progress:
 +
 +
Completed work:
 +
<ul class="checkedList">
 
* [[User:Arrek_lemmont/Tech_II_resistances|Section]] for [[Natural resistances]] page on how Tech II resistances have been set by CCP.
 
* [[User:Arrek_lemmont/Tech_II_resistances|Section]] for [[Natural resistances]] page on how Tech II resistances have been set by CCP.
 +
</ul>

Revision as of 05:48, 6 April 2019


Works in progress:

Completed work: