Merge pull request #1507 from tripflex/master

remove float left from actions div class

fixes #1504
This commit is contained in:
Bart Visscher 2013-02-07 12:49:14 -08:00
commit a93282ab16
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 {