fixup nav button positioning

This commit is contained in:
BigEd 2010-09-18 17:29:45 +00:00
parent e2e88cfae1
commit 0ecb753ec6

View File

@ -24,7 +24,7 @@ body {
background: white; background: white;
color: black; color: black;
font-family: cursive; font-family: cursive;
font-size: 30px; font-size: 12px;
} }
div.frame { div.frame {
@ -64,19 +64,17 @@ p.status {
} }
img.navbutton{ img.navbutton{
margin-left: -5px;
border: 0px; border: 0px;
} }
img.navplay{ img.navplay{
margin-left: -5px; position: relative;
margin-right: 5px;
border: 0px; border: 0px;
} }
img.navstop{ img.navstop{
position: absolute; position: absolute;
left: -5px;
top: 9px;
border: 0px; border: 0px;
} }