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

help.scss « sections « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c8881853706ee20989e8e1fc168640f130cdf632 (plain)
1
2
3
4
5
6
7
8
9
10
11
.documentation {
	padding-bottom: 10px;
 	p {
	  padding: 10px;
	  margin: 0;
	}
	li {
		list-style-type: none;
		padding-left: 10px;
	}
}