Last edited 3 years ago
by Anna Lionetti

Main.css

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
#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';
}
#n-About-the-Share-Family > i:nth-child(1)::before {
    content: '\e9ca';
    font-family: 'icomoon';
}
#n-Share-VDE-institutions > i:nth-child(1)::before {
    content: '\e900';
    font-family: 'icomoon';
}
#n-About-this-wiki > i:nth-child(1)::before {
    content: '\ea0c';
    font-family: 'icomoon';
}
#n-How-to > i:nth-child(1)::before {
    content: '\f29c';
    font-family: 'fontawesome';
}