Subversion Repositories SmartDukaan

Rev

Rev 1173 | Rev 1232 | 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" />
1173 varun.gupt 9
<link rel="stylesheet" href="/css/cart.css" type="text/css" media="all" />
10
<link rel="stylesheet" href="/css/contactus.css" type="text/css" media="all" />
1183 varun.gupt 11
<link rel="stylesheet" href="/css/signinsignup.css" type="text/css" media="all" />
943 vikas 12
<link rel="stylesheet" href="/css/myaccount.css" type="text/css" media="all" />
13
<link rel="stylesheet" href="/css/gc_safari.css" type="text/css" media="all" />
570 rajveer 14
 
15
<!-- for only search and category page
16
<link rel="stylesheet" href="/css/jquery-ui-1.8.6.custom.css" type="text/css" media="all" />
17
-->
18
<!-- Cross Browser Compatibility Check -->
19
	<!--[if IE 8]>
811 rajveer 20
		<link rel="stylesheet" href="/css/ie8.css" type="text/css" media="all" />
570 rajveer 21
	<![endif]-->
22
	<!--[if IE 7]>
811 rajveer 23
		<link rel="stylesheet" href="/css/ie7.css" type="text/css" media="all" />
570 rajveer 24
	<![endif]-->
25
<!-- /Cross Browser Compatibility Check -->
26
 
27
 
28
<!--
29
style.css
30
product.css
31
common.css
32
 
33
All
34
------------
35
                common.css
36
                nav.css
37
                gc_safari.css
38
                ie7.css 
39
                ie8.css
40
                widget.css
41
 
42
Product
43
----------------
44
	product.css
45
 
46
Cart
47
----------------
48
	cart.css
49
 
50
My  Account
51
----------------
52
	myaccount.css
53
 
54
Search & Category
55
------------------
56
	jquery-ui-1.8.6.custom.css
57
 
58
Search & Category
59
------------------
60
	style.css
61
 
811 rajveer 62
-->