Basic layouts added
This commit is contained in:
parent
69844f59e3
commit
d2cd87d7f5
|
@ -0,0 +1,29 @@
|
|||
#sg-layouts.showcase.shadow-1
|
||||
header.showcase-header
|
||||
h2 Basic Layouts
|
||||
p.
|
||||
You will use the following layouts throughout your documenation
|
||||
to specify sections and sub-sections of content.
|
||||
|
||||
.showcase-content
|
||||
.l-main-section
|
||||
h2 Main Section Title
|
||||
p Main section content...
|
||||
|
||||
pre.prettyprint.linenums.lang-html
|
||||
code.
|
||||
.l-main-section
|
||||
h2 Section Title
|
||||
p section content...
|
||||
|
||||
.l-sub-section
|
||||
h3 Sub Section Title
|
||||
p.
|
||||
sub section content... This content is related to the main section
|
||||
content and <strong>falls within</strong> the main section.
|
||||
|
||||
pre.prettyprint.linenums.lang-html
|
||||
code.
|
||||
.l-sub-section
|
||||
h3 Sub Section Title
|
||||
p sub section content...
|
|
@ -1,5 +1,6 @@
|
|||
.grid-fluid
|
||||
.c10
|
||||
!= partial("/_includes/styleguide/_layouts")
|
||||
!= partial("/_includes/styleguide/_code-examples")
|
||||
!= partial("/_includes/styleguide/_alerts")
|
||||
!= partial("/_includes/styleguide/_tables")
|
||||
|
|
Loading…
Reference in New Issue