Subversion Repositories SmartDukaan

Rev

Rev 943 | Rev 1173 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
793 rajveer 1
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" />
2
 
943 vikas 3
<link rel="stylesheet" href="/css/style.css" type="text/css" />
4
<link rel="stylesheet" href="/css/common.css" type="text/css" media="all" />
5
<link rel="stylesheet" href="/css/nav.css" type="text/css" />
6
<link rel="stylesheet" href="/css/widget.css" type="text/css" media="all" />
7
<link rel="stylesheet" href="/css/demoStyles.css" type="text/css" media="all" />
8
<link rel="stylesheet" href="/css/product.css" type="text/css" media="all" />
9
<link rel="stylesheet" href="/css/cart.css" type="text/css" media="all" /> 
10
<link rel="stylesheet" href="/css/myaccount.css" type="text/css" media="all" />
11
<link rel="stylesheet" href="/css/gc_safari.css" type="text/css" media="all" />
570 rajveer 12
 
13
<!-- for only search and category page
14
<link rel="stylesheet" href="/css/jquery-ui-1.8.6.custom.css" type="text/css" media="all" />
15
-->
16
<!-- Cross Browser Compatibility Check -->
17
	<!--[if IE 8]>
811 rajveer 18
		<link rel="stylesheet" href="/css/ie8.css" type="text/css" media="all" />
570 rajveer 19
	<![endif]-->
20
	<!--[if IE 7]>
811 rajveer 21
		<link rel="stylesheet" href="/css/ie7.css" type="text/css" media="all" />
570 rajveer 22
	<![endif]-->
23
<!-- /Cross Browser Compatibility Check -->
24
 
25
 
26
<!--
27
style.css
28
product.css
29
common.css
30
 
31
All
32
------------
33
                common.css
34
                nav.css
35
                gc_safari.css
36
                ie7.css 
37
                ie8.css
38
                widget.css
39
 
40
Product
41
----------------
42
	product.css
43
 
44
Cart
45
----------------
46
	cart.css
47
 
48
My  Account
49
----------------
50
	myaccount.css
51
 
52
Search & Category
53
------------------
54
	jquery-ui-1.8.6.custom.css
55
 
56
Search & Category
57
------------------
58
	style.css
59
 
811 rajveer 60
-->