Welcome to mirror list, hosted at ThFree Co, Russian Federation.

goals.css « templates « Goals « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b27176beacbc953f12b855e3a90c17eb907516a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.goalTopElement { 
	border-bottom:1px dotted; 
} 
.goalEntry{ 
	margin:0 0 20px 0; 
	padding:0 0 10px 0; 
	border-bottom:1px solid #7e7363; 
	width:614px;
}

/* dimension selector */
#titleGoalsByDimension {
	padding-top:30px;
}
ul.ulGoalTopElements {
	list-style-type:circle;
	margin-left:30px;
}
.ulGoalTopElements a {
	text-decoration:none;
	color:#0033CC;
	border-bottom:1px dotted #0033CC;
	line-height:2em;
}