Standardize editor actions div children

This commit is contained in:
Jason 2015-04-08 11:42:39 -05:00
parent cd14e6d462
commit cf7581a7a8

View File

@ -85,7 +85,6 @@
#actions > * {
margin-right: 0.5rem;
margin-bottom: 0.5rem;
display: block;
}
#actions img {
margin-left: 0.2rem;
@ -297,8 +296,8 @@
</section>
<section id="actions">
<div><button id="to-mozilla"></button><img id="to-mozilla-help" src="help.png"></div>
<a href="manage.html"><button id="cancel-button"></button></a>
<button id="save-button" title="Ctrl-S"></button>
<div><a href="manage.html"><button id="cancel-button"></button></a></div>
<div><button id="save-button" title="Ctrl-S"></button></div>
</section>
<section id="options">
<h2 id="options-heading"></h2>