Don't use hand pointer in steps

This commit is contained in:
Roberto Rosario
2011-12-05 07:10:47 -04:00
parent 3b9fecb593
commit 8c0633959b

View File

@@ -30,7 +30,7 @@ body { margin: 50px 0 0; background: #fff url(../images/bg.gif) repeat-x; font:
#image { float: right; width: 388px; position: relative; top: 16px; background: url(../images/logotype.jpg) no-repeat top right; height: 258px; }
#bar { height: 40px; margin: 0 0 30px; padding: 8px 0 0 0; background: url(../images/bar.gif) repeat-x; }
.step { cursor: pointer; color: #FAFDDD; padding: 4px 0 0 11px; margin: 0 35px 0 0; font-size: 1.4em; float: left; text-align: center; background: url(../images/step.gif) no-repeat; height: 30px; }
.step { color: #FAFDDD; padding: 4px 0 0 11px; margin: 0 35px 0 0; font-size: 1.4em; float: left; text-align: center; background: url(../images/step.gif) no-repeat; height: 30px; }
.step a { color: #fff; margin: 0 10px 0 0; }
.col { float: left; width: 276px; margin: 0 30px 16px 0; }