1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-05 13:27:25 +02:00

Built navigation for core, added ids

Added ids to all parts of the modules docs, linked to them through a nav sidebar in core. (Next commit will implement this for all modules)
This commit is contained in:
Angelos Chalaris
2017-04-28 00:25:22 +03:00
parent 829b47cce4
commit df91cadf49
10 changed files with 248 additions and 222 deletions

View File

@@ -42,7 +42,7 @@
</header>
<!-- Insert your page content here-->
<main><div class="container">
<div class="row" style="padding-top: 40px;">
<div class="row" style="padding-top: 40px;" id="input-control-title">
<div class="col-sm col-lg-10 col-lg-offset-1">
<h1>Input Control</h1>
<p>The <strong>input_control</strong> module contains rules that affect forms, input elements, buttons, checkboxes and radio buttons. All of these elements' styles are predefined, allowing you to create modern, responsive forms quickly. Layout alternatives are also provided if you want your forms to look a certain way.</p>
@@ -65,7 +65,7 @@
</div>
</div>
</div>
<div class="row">
<div class="row" id="forms-input">
<div class="col-sm col-lg-10 col-lg-offset-1">
<div class="card fluid">
<div class="section"><h2>Forms &amp; input</h2></div>
@@ -237,7 +237,7 @@
</div>
</div>
</div>
<div class="row">
<div class="row" id="checkbox-radio">
<div class="col-sm col-lg-10 col-lg-offset-1">
<div class="card fluid">
<div class="section"><h2>Checkboxes &amp; radio buttons</h2></div>
@@ -325,7 +325,7 @@
</div>
</div>
</div>
<div class="row">
<div class="row" id="buttons">
<div class="col-sm col-lg-10 col-lg-offset-1">
<div class="card fluid">
<div class="section"><h2>Buttons &amp; button groups</h2></div>
@@ -406,7 +406,7 @@
</div>
</div>
</div>
<div class="row">
<div class="row" id="file-upload">
<div class="col-sm col-lg-10 col-lg-offset-1">
<div class="card fluid">
<div class="section"><h2>File upload buttons</h2></div>