mirror of
https://github.com/trebonian/visual6502.git
synced 2025-07-25 15:25:00 +00:00
fixup nav button positioning
This commit is contained in:
@@ -24,7 +24,7 @@ body {
|
||||
background: white;
|
||||
color: black;
|
||||
font-family: cursive;
|
||||
font-size: 30px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
div.frame {
|
||||
@@ -64,19 +64,17 @@ p.status {
|
||||
}
|
||||
|
||||
img.navbutton{
|
||||
margin-left: -5px;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
img.navplay{
|
||||
margin-left: -5px;
|
||||
position: relative;
|
||||
margin-right: 5px;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
img.navstop{
|
||||
position: absolute;
|
||||
left: -5px;
|
||||
top: 9px;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user