Exemplo n.º 1
0
 public function testStyling()
 {
     BootstrapStyling::applyTo($this->makeGrid());
     $this->checkOutput();
     FoundationStyling::applyTo($this->makeGrid());
     $this->checkOutput();
     SemanticUIStyling::applyTo($this->makeGrid());
     $this->checkOutput();
 }
Exemplo n.º 2
0
 public function demo11_3()
 {
     $this->prepareTiming();
     $this->prepareDemo11Grid();
     SemanticUIStyling::applyTo($this->layout());
     $this->defaultCss->detach();
     return $this->page(null, 'Semantic UI Styling');
 }
 /**
  * Semantic UI styling
  */
 public function demo9_3()
 {
     $this->prepareDemo9View();
     SemanticUIStyling::applyTo($this->layout());
     return $this->page('', 'Semantic UI styling');
 }