Jump to content

User:Tvol/common.css: Difference between revisions

From UFOpaedia
Tvol (talk | contribs)
Created page with "div#abilityInfoIcon { display: none; }"
 
Tvol (talk | contribs)
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
div#abilityInfoIcon {
#abilityInfoIcon {
     display: none;
     display: none;
}
div {
    background-color: blue;
}
}

Latest revision as of 07:52, 2 February 2017

#abilityInfoIcon {
    display: none;
}

div {
    background-color: blue;
}