12 lines
107 B
CSS
Raw Normal View History

2017-02-24 09:57:27 +01:00
/**
* Global CSS rules
*
* @author Pierre HUBERT
*/
/**
* <a> elements
*/
a {
cursor: pointer;
}