jaredp / OS161-Web-GDB

For debugging OS161 with a nice GUI in a browser
0 stars 0 forks source link

fix alignment of top row of things in html #9

Closed jaredp closed 10 years ago

jaredp commented 10 years ago

currently the upper righthand list of action buttons are slightly lower than the "OS 161" title on the upper left, which causes the first stack frame's label to wrap in a weird place. Adding 4px padding-top to the <h3>OS 161</h3> fixes it.