Subversion Repositories SmartDukaan

Rev

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

Rev 7151 Rev 7176
Line -... Line 1...
-
 
1
.left	{	float: left;	}
-
 
2
 
1
.row {
3
.row {
2
	height:45px;
4
	height:45px;
3
	line-height:45px;
5
	line-height:45px;
4
}
6
}
5
.text {
7
.text {
Line 55... Line 57...
55
  		padding: 10px 15px 0px 5px;
57
  		padding: 10px 15px 0px 5px;
56
          display: inline-block;
58
          display: inline-block;
57
          height: 25px;
59
          height: 25px;
58
          width: 280px;
60
          width: 280px;
59
          float: left;
61
          float: left;
60
}
-
 
61
.home-link {
-
 
62
	float: right;
-
 
63
	padding: 12px 50px 0px 0px;
-
 
64
	color: white;
-
 
65
}
62
}
66
63