示例#1
0
 public function testStyling()
 {
     BootstrapStyling::applyTo($this->makeGrid());
     $this->checkOutput();
     FoundationStyling::applyTo($this->makeGrid());
     $this->checkOutput();
     SemanticUIStyling::applyTo($this->makeGrid());
     $this->checkOutput();
 }
示例#2
0
 public function demo11_2()
 {
     $this->prepareTiming();
     $this->prepareDemo11Grid();
     FoundationStyling::applyTo($this->layout());
     $this->defaultCss->detach();
     return $this->page(null, 'Foundation Styling');
 }
 /**
  * Foundation styling
  */
 public function demo9_2()
 {
     $this->prepareDemo9View();
     FoundationStyling::applyTo($this->layout());
     return $this->page('', 'Foundation styling');
 }