Subversion Repositories SmartDukaan

Rev

Rev 2475 | Rev 2929 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2475 Rev 2487
Line 27... Line 27...
27
	font-weight: bold;
27
	font-weight: bold;
28
	text-decoration:none;
28
	text-decoration:none;
29
	outline: medium none;
29
	outline: medium none;
30
}
30
}
31
 
31
 
-
 
32
.nav	{
-
 
33
	background-color: #627AAD;
-
 
34
	padding: 3px 0px 3px 20px;
-
 
35
}
-
 
36
 
-
 
37
.nav a	{
-
 
38
	color: #ffffff;
-
 
39
	text-decoration: none;
-
 
40
	margin: 0px 5px;
-
 
41
	font-family: arial;
-
 
42
	font-size: 12px;
-
 
43
	font-weight: bold;
-
 
44
}
-
 
45
 
32
.category-label	{
46
.category-label	{
-
 
47
	font-family: arial;
33
	margin-top: 11px;
48
	margin-top: 14px;
34
	padding: 2px;
49
	padding: 2px;
35
	background-color: #F2F2F2;
50
	background-color: #F2F2F2;
36
	font-weight: bold;
51
	font-weight: bold;
37
	font-size: 14px;
52
	font-size: 16px;
38
	text-align: center;
53
	text-align: center;
39
	float: left;
54
	float: left;
40
	width: 99%;
55
	width: 99%;
41
}
56
}
42
 
57