File: global.css

package info (click to toggle)
webcit 8.24-dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 10,888 kB
  • ctags: 4,214
  • sloc: ansic: 33,336; sh: 4,468; makefile: 340; xml: 90; sed: 9
file content (12 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#global {
	margin-left: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	overflow-y: hidden;
}

#global center { width: 80% }