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

_xcode.scss « scss « css « html - github.com/ccgus/fmdb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 340b1f6b804ba4cf61d8e0d0d58f4194bb872f74 (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
25
26
27
28
29
.xcode {
	header, aside {
		display: none;
	}

	.container {
		padding: 0;
	}

	article {
		margin-top: 0;

		#content {
			border: 0;
			margin: 0;
		}
	}

	.method-info {
		&, .section-method.hide & {
			max-height: auto;
			overflow: visible;

			&.hiding {
				display: block;
			}
		}
	}
}