Subversion Repositories SmartDukaan

Rev

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

Rev 17918 Rev 17939
Line 46... Line 46...
46
 
46
 
47
<style>
47
<style>
48
 
48
 
49
.link {
49
.link {
50
     background:none!important;
50
     background:none!important;
51
     color:#58d936;
51
     color:blue;
52
     border:none; 
52
     border:none; 
53
     padding:0!important;
53
     padding:0!important;
54
     font: inherit;
54
     font: inherit;
55
     /*border is optional*/
55
     /*border is optional*/
56
     border-bottom:1px solid #58d936; 
56
     border-bottom:1px solid blue; 
57
     cursor: pointer;
57
     cursor: pointer;
58
}
58
}
59
 
59
 
60
#footer{
60
#footer{
61
    position:fixed;
61
    position:fixed;