From 7cb2329762cfc2aca4d425ee616ecaff4ade8719 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Fri, 12 May 2017 13:56:37 +0300 Subject: [PATCH] Documentation updates All docs (except customization which will be updated in the next commit) have been updated to use the new drawer on mobile and have had their version tags updated. New menu items and links are now properly shown in the menus. --- docs/card.html | 36 ++++++++----- docs/contextual.html | 34 +++++++----- docs/core.html | 34 +++++++----- docs/customization/navigation.html | 2 +- docs/flavors.html | 16 ++++-- docs/grid.html | 36 ++++++++----- docs/index.html | 20 ++++--- docs/input_control.html | 34 +++++++----- docs/modules.html | 28 ++++++---- docs/navigation.html | 36 ++++++++----- docs/progress.html | 35 +++++++----- docs/quick_reference.html | 60 +++++++++++---------- docs/tab.html | 36 ++++++++----- docs/table.html | 36 ++++++++----- docs/templates.html | 14 +++-- docs/utility.html | 85 ++++++++++++++++-------------- docs/v2/DEVLOG.md | 4 ++ 17 files changed, 329 insertions(+), 217 deletions(-) diff --git a/docs/card.html b/docs/card.html index cfd066c..68937c9 100644 --- a/docs/card.html +++ b/docs/card.html @@ -23,19 +23,23 @@ @media (max-width: 767px){.col-sm-12.col-sm-last.col-md-12.col-md-normal {border: 0;border-top: 1px solid #c9c9c9;}} .box-colored.green { background: #689f38; } .do {border-top: 15px solid #689f38;padding-top: 10px;} .dont {border-top: 15px solid #e53935;padding-top: 10px;} .box-colored {color: #f5f5f5;} @media (max-width: 767px){.container#co {padding: 0.25rem !important;}.col-sm-12.col-md-8.col-lg-10#col{padding: 0 !important;}} + @media screen and (min-width: 768px) { .drawer { margin-top: 4px;}}
- Introduction Modules - Flavors Templates Customization - Quick Reference + + + +  Github
-
-