comparison static/css/base.css @ 729:99d7bf8cd712

Changed the search input type to search for HTML5.
author Brian Neal <bgneal@gmail.com>
date Sun, 06 Oct 2013 14:48:42 -0500
parents 98f5facc0030
children ad1afe8f30a3
comparison
equal deleted inserted replaced
728:60fb45446e3b 729:99d7bf8cd712
448 vertical-align: middle; 448 vertical-align: middle;
449 } 449 }
450 html.busy, html.busy * { 450 html.busy, html.busy * {
451 cursor: wait !important; 451 cursor: wait !important;
452 } 452 }
453
454 input.search {
455 margin: 0.5em 0;
456 padding: 5px;
457 }