Searched refs:whitespace (Results 1 – 25 of 89) sorted by relevance
1234
| /template/cutopillar/ |
| D | template.info.txt | 6 desc A clean design which lacks whitespace
|
| /template/ad-hominem/css/ |
| H A D | _footnotes.css | 63 text-indent: ~"calc(-2.5rem - .3em)"; /* compensate for the whitespace character! */
|
| /template/templar/less/ |
| D | button-groups.less | 14 .ie7-restore-left-whitespace(); 24 font-size: 0; // Hack to remove whitespace that results from using inline-block
|
| D | buttons.less | 25 .ie7-restore-left-whitespace(); // Give IE7 some love
|
| D | mixins.less | 52 // IE7 likes to collapse whitespace on either side of the inline-block elements. 58 .ie7-restore-left-whitespace() { 66 .ie7-restore-right-whitespace() {
|
| /template/battlehorse/js/ |
| D | controls.js | 251 var whitespace = this.element.value.substr(lastTokenPos + 1).match(/^\s+/); 252 if (whitespace) 253 newValue += whitespace[0];
|
| /template/a_new_day/js/ |
| D | controls.js | 251 var whitespace = this.element.value.substr(lastTokenPos + 1).match(/^\s+/); 252 if (whitespace) 253 newValue += whitespace[0];
|
| /template/strap/vendor/symfony/yaml/ |
| H A D | CHANGELOG.md | 76 * mappings with a colon (`:`) that is not followed by a whitespace throw a 158 * Mappings with a colon (`:`) that is not followed by a whitespace are deprecated
|
| /template/cowboy/css/nashville/specimen_files/ |
| D | grid_12-825-55-15.css | 26 /* Border with more whitespace, spans one column. */
|
| /template/mikio/inc/stemmechanics/lesserphp/ |
| H A D | lessc.inc.php | 2609 $this->whitespace(); 2664 if ($this->whitespace()) { 2800 $this->whitespace(); 3236 if ($this->eatWhiteDefault) $this->whitespace(); 3535 $this->whitespace(); 3759 if ($eatWhitespace && $this->writeComments) $this->whitespace(); 3766 protected function whitespace() { function in lessc_parser
|
| /template/usable/blueprint/src/ |
| D | grid.css | 134 /* Border with more whitespace, spans one column. */
|
| /template/quickjump/blueprint/src/ |
| D | grid.css | 134 /* Border with more whitespace, spans one column. */
|
| /template/knotux/ |
| D | _mediamanager.css | 171 …in should visually be 10px, but because of its inline-block nature the whitespace inbetween is abo…
|
| /template/scanlines/css/ |
| D | _mediamanager.css | 170 …in should visually be 10px, but because of its inline-block nature the whitespace inbetween is abo…
|
| /template/backpack/ |
| D | _mediamanager.css | 172 …in should visually be 10px, but because of its inline-block nature the whitespace inbetween is abo…
|
| /template/raw/ |
| D | _mediamanager.css | 172 …in should visually be 10px, but because of its inline-block nature the whitespace inbetween is abo…
|
| /template/arctic-mbo/ |
| D | _mediamanager.css | 171 …in should visually be 10px, but because of its inline-block nature the whitespace inbetween is abo…
|
| /template/sugna/ |
| D | _mediamanager.css | 172 …in should visually be 10px, but because of its inline-block nature the whitespace inbetween is abo…
|
| /template/a_free_worldic/ |
| D | _mediamanager.css | 172 …in should visually be 10px, but because of its inline-block nature the whitespace inbetween is abo…
|
| /template/apricot/css/ |
| D | _media_fullscreen.css | 194 …in should visually be 10px, but because of its inline-block nature the whitespace inbetween is abo…
|
| /template/icke/css/ |
| D | _mediamanager.css | 201 …in should visually be 10px, but because of its inline-block nature the whitespace inbetween is abo…
|
| /template/default/ |
| D | _mediamanager.css | 201 …in should visually be 10px, but because of its inline-block nature the whitespace inbetween is abo…
|
| /template/simple_sidebar/ |
| D | _mediamanager.css | 201 …in should visually be 10px, but because of its inline-block nature the whitespace inbetween is abo…
|
| /template/dokubook/ |
| D | _mediamanager.css | 201 …in should visually be 10px, but because of its inline-block nature the whitespace inbetween is abo…
|
| /template/arctictut/ |
| D | _mediamanager.css | 201 …in should visually be 10px, but because of its inline-block nature the whitespace inbetween is abo…
|
1234