Subversion Repositories SmartDukaan

Rev

Rev 842 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 842 Rev 926
Line 1... Line 1...
1
/*___ Wrapper ___*/
1
/*___ Wrapper ___*/
-
 
2
 
-
 
3
ul.product-description li{
-
 
4
        overflow: hidden;
-
 
5
        white-space: nowrap;
-
 
6
        width: 100%;
-
 
7
        text-overflow: ellipsis;
-
 
8
        -o-text-overflow: ellipsis;
-
 
9
        -ms-text-overflow: ellipsis;
-
 
10
/*      
-
 
11
        -moz-binding: url(./ellipsis.xml#ellipsis);
-
 
12
*/
-
 
13
}
-
 
14
 
-
 
15
 
2
#wrapper{
16
#wrapper{
3
	width:735px;
17
	width:735px;
4
	float:left;
18
	float:left;
5
	margin-bottom:5px;
19
	margin-bottom:5px;
6
}
20
}