Styled buttons for real this time
This commit is contained in:
committed by
Christopher Allan Webber
parent
8c01ae42e9
commit
223b410dce
@@ -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');
|
||||
}
|
||||
|
||||
|
||||
@@ -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');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user