Browse Source

spelling

pull/253/head
connors 11 years ago
parent
commit
656faa9d2f
  1. 4
      components.html
  2. 4
      docs-assets/css/docs.css
  3. 2
      lib/sass/docs.scss

4
components.html

@ -290,7 +290,7 @@ base_url: "../"
</div> </div>
{% highlight html %} {% highlight html %}
<!-- Segmented controler in standard bar fixed to top --> <!-- Segmented control in standard bar fixed to top -->
<nav class="bar bar-standard"> <nav class="bar bar-standard">
<ul class="segmented-control"> <ul class="segmented-control">
<li class="active"> <li class="active">
@ -757,7 +757,7 @@ quis nostrud exercitation ullamco.</p>
</article> </article>
<!-- Segmented Control --> <!-- Segmented Control -->
<article class="component" id="segmentedControllers"> <article class="component" id="segmentedControls">
<h3 class="component-title">Segmented control</h3> <h3 class="component-title">Segmented control</h3>
<p class="component-description">Created with flex-box so button sizes and spacing are consistent. Content sections that are to be swapped in and out by the controller should all be siblings and have the class "segmented-control-item". Then, just give each content section an id and point the link in the segmented control to that id.</p> <p class="component-description">Created with flex-box so button sizes and spacing are consistent. Content sections that are to be swapped in and out by the controller should all be siblings and have the class "segmented-control-item". Then, just give each content section an id and point the link in the segmented control to that id.</p>

4
docs-assets/css/docs.css

@ -394,11 +394,11 @@ body {
margin: 10px; margin: 10px;
} }
#segmentedControllersInDevice .segmented-control { #segmentedControlsInDevice .segmented-control {
margin-right: 10px; margin-right: 10px;
margin-left: 10px; margin-left: 10px;
} }
#segmentedControllersInDevice .card span { #segmentedControlsInDevice .card span {
padding: 10px; padding: 10px;
} }

2
lib/sass/docs.scss

@ -409,7 +409,7 @@ body {
} }
//Segmented Control //Segmented Control
#segmentedControllersInDevice { #segmentedControlsInDevice {
.segmented-control { .segmented-control {
margin-right: 10px; margin-right: 10px;
margin-left: 10px; margin-left: 10px;

Loading…
Cancel
Save