Git Repository Public Repository

namibia

URLs

Copy to Clipboard
 
HEAD
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.landingBg {
	background:url("/images/bg-glow.jpg") no-repeat scroll 48% 0 #000000;
	margin-left:-14px;
	padding: 100px 14px 0;
	width:100%;
	position:absolute;
	top:0px;
	left:0;
	height:800px;
}
.black {
	background:#000;
}
#home {
	width:100%;
	margin:0 auto;
}
.newHr {
	background:url("/images/line.png") no-repeat scroll 0 0 #000000;
	display:block;
	width:100%;
	height:2px;
	margin-top:17px;
}

Commits for namibia/public/css/app/home.css

Diff revisions: vs.
Revision Author Commited Message
df0489 ... Mark Fri 14 Oct, 2016 10:01:00 +0000

initial commit