view hip.css @ 5:a049cb93db46

Now doing a much smarter parsing of the rest of the sentence after the verb, and describing expected arguments in (italics).
author jonathandicarlo@jonathan-dicarlos-macbook-pro.local
date Tue, 13 May 2008 18:57:55 -0700
parents 4ea09b7ce820
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;
}