Color coded most buttons, green for proceed and red for go back.

This commit is contained in:
JT Smith 2007-07-27 03:50:19 +00:00
parent 7bbb1b2e3c
commit 3affd7add4
5 changed files with 23 additions and 4 deletions

View file

@ -3,6 +3,18 @@ html,body {
padding: 0px;
}
.forwardButton {
background-color: #008000;
border: 2px outset #00a000;
color: white;
}
.backwardButton {
background-color: #800000;
border: 2px outset #a00000;
color: white;
}
.wrapper {
background-image: url(bg.jpg);
background-repeat: repeat-x;