Blame view

semantics/static/css/semantics.css 178 Bytes
Bartłomiej Nitoń authored
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#semantics-hsplit div {
	overflow: auto;
}

#semantics-vsplit-top div {
	overflow: auto;
}

#semantics-vsplit-bottom div {
	overflow: auto;
}

#schemas {
	padding-left: .2em;
}