Last edited 3 years ago
by Anna Lionetti

MediaWiki:Main.css: Difference between revisions

mNo edit summary
mNo edit summary
Line 9: Line 9:
#n-Resources > i:nth-child(1)::before {
#n-Resources > i:nth-child(1)::before {
     content: '\e948';
     content: '\e948';
    font-family: 'entypo';
}
#n-Working groups > i:nth-child(1)::before {
    content: '\ea37';
     font-family: 'entypo';
     font-family: 'entypo';
}
}

Revision as of 12:01, 12 March 2021

#n-Activities > i:nth-child(1)::before {
    content: '\f00b';
    font-family: 'fontawesome';
}
#n-FAQ > i:nth-child(1)::before {
    content: '\e9d9';
    font-family: 'entypo';
}
#n-Resources > i:nth-child(1)::before {
    content: '\e948';
    font-family: 'entypo';
}
#n-Working groups > i:nth-child(1)::before {
    content: '\ea37';
    font-family: 'entypo';
}