Skip to content
Snippets Groups Projects
Unverified Commit dc400a74 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Improve help/ui page

parent 057b1c31
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -14,6 +14,8 @@
= link_to 'Lists', '#lists'
%li
= link_to 'Tables', '#tables'
%li
= link_to 'Nav', '#nav'
%li
= link_to 'Buttons', '#buttons'
%li
Loading
Loading
@@ -30,16 +32,31 @@
%h2#blocks Blocks
 
%h3
%code .well
%code .gray-content-block
 
 
.well
%h4 Something
.gray-content-block.middle-block
%h4 Normal block inside content
= lorem
.gray-content-block.second-block
%h4 Second block
= lorem
 
 
%h2#lists Lists
 
%h3
%code .content-list
%ul.content-list
%li
One item
%li
One item
%li
One item
%h3
%code .well-list
%ul.well-list
Loading
Loading
@@ -102,6 +119,34 @@
%td the Bird
%td @twitter
 
%h2#navs Navigation
%h3
%code .center-top-menu
.example
%ul.center-top-menu
%li.active
%a Open
%li
%a Closed
%h3
%code .btn-group.btn-group-next
.example
%div.btn-group.btn-group-next
%a.btn.active Open
%a.btn Closed
%h3
%code .nav.nav-tabs
.example
%ul.nav.nav-tabs
%li.active
%a Open
%li
%a Closed
 
%h2#buttons Buttons
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment