mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +00:00
12 lines
107 B
CSS
12 lines
107 B
CSS
|
/**
|
||
|
* Global CSS rules
|
||
|
*
|
||
|
* @author Pierre HUBERT
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* <a> elements
|
||
|
*/
|
||
|
a {
|
||
|
cursor: pointer;
|
||
|
}
|