Subversion Repositories SmartDukaan

Rev

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

Rev 1736 Rev 2053
Line -... Line 1...
-
 
1
#header	{
-
 
2
	display: block;
-
 
3
	clear: both;
-
 
4
	width: 99%;
-
 
5
}
-
 
6
 
-
 
7
#saholic-logo	{
-
 
8
	width: 200px;
-
 
9
}
-
 
10
 
-
 
11
#phonesiown-logo	{
-
 
12
	font-family: sans-serif;
-
 
13
	font-size: 24px;
-
 
14
}
-
 
15
 
1
div.productItem	{
16
div.productItem	{
2
	float: left;
17
	float: left;
3
    height: 210px;
18
    height: 150px;
4
    margin: 5px;
19
    margin: 5px;
5
    padding: 10px;
20
    padding: 10px;
6
    width: 270px;
21
    width: 270px;
7
}
22
}
8
 
23
 
Line 60... Line 75...
60
    font-weight: bold;
75
    font-weight: bold;
61
}
76
}
62
 
77
 
63
input, select, textarea {
78
input, select, textarea {
64
    outline: medium none;
79
    outline: medium none;
-
 
80
}
-
 
81
 
-
 
82
#containerFBInviterLink	{
-
 
83
	width: 250px;
-
 
84
	text-align: right;
65
}
85
}
66
86