Subversion Repositories SmartDukaan

Rev

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

Rev 12114 Rev 12115
Line 21... Line 21...
21
</div>
21
</div>
22
#include("templates/footer.vm")
22
#include("templates/footer.vm")
23
</div>
23
</div>
24
</body>
24
</body>
25
</html>
25
</html>
26
	.box {
-
 
27
    border-color: #eeeeee;
-
 
28
    border-style: solid;
-
 
29
    border-width: 0 1px 1px;
-
 
30
    float: left;
-
 
31
    height: 260px;
-
 
32
    width: 48%;
-
 
33
}
-
 
34
26