Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
14098 anikendra 1
body 
2
{ 
3
	background-color: #DDDDDD;
4
	margin: 0px; 
5
	padding: 0px;
6
}
7
 
8
/* Banner (top bar) classes */
9
 
10
.banner {  }
11
 
12
.banner-menu 
13
{ 
14
	clear: both;
15
	padding: .5em;
16
	border-top: 2px solid #999999;	
17
}
18
 
19
.banner-title 
20
{ 
21
	text-align: right;
22
	font-size: 20pt;
23
	font-weight: bold;
24
	margin: .2em;
25
}
26
 
27
.package-selector 
28
{ 
29
	background-color: #CCCCCC;
30
	border: 1px solid black;
31
	color: blue;
32
}