summaryrefslogtreecommitdiff
path: root/wikipedia/views/css/nolinks.css
blob: 020bb7ee05c0bab2c6d1f6d8e26ecd2249377432 (plain)
1
2
3
4
5
6
7
8
9
10
11
a{
   pointer-events: none;
   cursor: default;
   color:#464646;
   text-decoration: none;
}

.toc a{
	cursor:pointer;
	pointer-events: auto;
}