Skip to content

Commit

Permalink
Amount row styled
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed Apr 6, 2015
1 parent 771cd12 commit 848005e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions TipCalc.css
Expand Up @@ -41,3 +41,19 @@ html, body {
#howHappy input+input { #howHappy input+input {
margin-top : 0.5em; margin-top : 0.5em;
} }

#amt {
font-size: 300%;
}

#amt input {
font-size : 100%;
width : 4em;
border : 0 solid gray;
border-bottom-width : thin;
padding-left : 0.2em;
}

label {
display : block;
}

0 comments on commit 848005e

Please sign in to comment.