Searched refs:css_new_media_section (Results 1 – 1 of 1) sorted by relevance
| /plugin/pagecss/vendor/csstidy-2.2.1/ |
| H A D | class.csstidy.php | 610 $this->at = $this->css_new_media_section($this->at, $cur_at); 644 $this->at = $this->css_new_media_section($this->at, ' ', true); 677 $this->at = $this->css_new_media_section($this->at, $this->next_selector_at); 683 $this->at = $this->css_new_media_section($this->at, DEFAULT_AT); 733 $this->at = $this->css_new_media_section($this->at, $this->next_selector_at); 798 $this->at = $this->css_new_media_section($this->at,DEFAULT_AT); 852 $this->at = $this->css_new_media_section($this->at, $this->next_selector_at); 1126 public function css_new_media_section($current_media, $new_media, $at_root = false) { function in csstidy
|