view hip.css @ 6:98935af12b04

Debugged the recursive part of the parsing algorithm, so it now recognizes multiple prepositions in any order. Still some bugs.
author jonathandicarlo@jonathan-dicarlos-macbook-pro.local
date Wed, 14 May 2008 13:25:17 -0700
parents a049cb93db46
children
line wrap: on
line source

#search-box {
    border: 1px solid #000000;
    background: #ffffff;
    font: 24pt Helvetica;
    padding: 4px;
}

#autocomplete-popup {
    display: none;
    border: 1px solid #000000;
    font: 14pt Helvetica;
    padding: 4px;
}

.hilited {
    background: #00aa00;
}

.needarg {
    font-style: italic;
    color: #999999;
}