Remove left float from actions div class

This commit is contained in:
Myles McNamara 2013-02-06 13:44:41 -05:00
parent a26f17c130
commit ddd47978e1
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
See the COPYING-README file. */
/* FILE MENU */
.actions { padding:.3em; float:left; height:2em; width: 100%; }
.actions { padding:.3em; height:2em; width: 100%; }
.actions input, .actions button, .actions .button { margin:0; float:left; }
#new {