Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
4687 mandeep.dh 1
.error {
2
	color: red;
3
}
4
 
5
.bordered {
6
	border-width: 1px;
7
}
4754 mandeep.dh 8
 
9
.hidden {
10
	display: none;
11
}
12
 
13
table, th, td {
14
	border: 1px solid black;
15
}
16
 
17
.bold {
18
	font-weight: bold;
19
}
5110 mandeep.dh 20
 
21
.right {
22
	float: right;
23
	text-align: right;
24
}
6322 amar.kumar 25
 
26
#search-filters-form {
27
	border: 3px ridge grey;
28
	text-align: center;
29
	line-height: 2;
30
}