Home
last modified time | relevance | path

Searched refs:whitespace (Results 76 – 80 of 80) sorted by last modified time

1234

/template/knotux/
H A D_mediamanager.css171 …in should visually be 10px, but because of its inline-block nature the whitespace inbetween is abo…
/template/arctic-mbo/
H A D_mediamanager.css171 …in should visually be 10px, but because of its inline-block nature the whitespace inbetween is abo…
/template/quickjump/blueprint/src/
H A Dgrid.css134 /* Border with more whitespace, spans one column. */
/template/usable/blueprint/src/
H A Dgrid.css134 /* Border with more whitespace, spans one column. */
/template/battlehorse/js/
H A Dcontrols.js251 var whitespace = this.element.value.substr(lastTokenPos + 1).match(/^\s+/);
252 if (whitespace)
253 newValue += whitespace[0];

1234