Styled buttons for real this time

This commit is contained in:
Jef van Schendel
2011-05-13 15:33:58 -05:00
committed by Christopher Allan Webber
parent 8c01ae42e9
commit 223b410dce
9 changed files with 52 additions and 17 deletions

View File

@@ -13,7 +13,7 @@ h1 {
margin-top:50px;
}
.dottedLine {
.dotted_line {
width:100%;
height:0px;
border-bottom: dotted 1px #5f5f5f;
@@ -42,7 +42,7 @@ a {
margin-right: auto;
}
.button {
.button_red, .button_green {
font-family: 'Carter One', arial, serif;
height: 28px;
min-width: 99px;
@@ -60,11 +60,11 @@ a {
padding-right:11px;
}
.buttonRed {
background-image: url('button_red.png');
.button_red {
background-image: url('../images/button_red.png');
}
.buttonGreen {
background-image: url('button_green.png');
.button_green {
background-image: url('../images/button_green.png');
}

View File

@@ -13,7 +13,7 @@ h1 {
margin-top:50px;
}
.dottedLine {
.dotted_line {
width:100%;
height:0px;
border-bottom: dotted 1px #5f5f5f;
@@ -42,7 +42,7 @@ a {
margin-right: auto;
}
.button {
.button_red, .button_green {
font-family: 'Carter One', arial, serif;
height: 28px;
min-width: 99px;
@@ -60,11 +60,11 @@ a {
padding-right:11px;
}
.buttonRed {
.button_red {
background-image: url('button_red.png');
}
.buttonGreen {
.button_green {
background-image: url('button_green.png');
}