From 8609dbc81895959882321101a35d5e94fc903208 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Mon, 16 Jul 2018 12:32:00 -0400 Subject: [PATCH] Add example lists and tables to styleguide --- templates/styleguide.html.to | 57 ++++++++++++++++++++++++++++-------- 1 file changed, 45 insertions(+), 12 deletions(-) diff --git a/templates/styleguide.html.to b/templates/styleguide.html.to index f5be0acb..aec9edca 100644 --- a/templates/styleguide.html.to +++ b/templates/styleguide.html.to @@ -24,7 +24,7 @@ {% end %} {% block content %} -
+

This is a panel

@@ -33,16 +33,6 @@
- -
-

Panel Heading H1

-

Panel Heading H2

-

Panel Heading H3

-

Panel Heading H4

-
Panel Heading H5
-
Panel Heading H6
-
- This is a panel content

Heading H1

Heading H2

@@ -57,7 +47,7 @@
col 1
col 2
col 3
-
col 4
+
col 4

@@ -80,5 +70,48 @@
Another panel without padding
+ +
+
+

A Block List

+
+
    +
  • Block List Item
  • +
  • Block List Item
  • +
  • Block List Item
  • +
  • Block List Item
  • +
  • Block List Item
  • +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table HeadingTable HeadingTable Heading
Table Cell1,234.56Table Cell
Table Cell1,231,253.43Table Cell
Table Cell564.54Table Cell
{% end %}