Subversion Repositories SmartDukaan

Rev

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