summaryrefslogtreecommitdiffstats
path: root/docs/html/design/building-blocks/seek-bars.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/design/building-blocks/seek-bars.jd')
-rw-r--r--docs/html/design/building-blocks/seek-bars.jd12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/html/design/building-blocks/seek-bars.jd b/docs/html/design/building-blocks/seek-bars.jd
index 5c42102..04446d2 100644
--- a/docs/html/design/building-blocks/seek-bars.jd
+++ b/docs/html/design/building-blocks/seek-bars.jd
@@ -15,13 +15,13 @@ by moving the slider thumb. The smallest value is to the left, the largest to th
interactive nature of the slider makes it a great choice for settings that reflect intensity levels,
such as volume, brightness, or color saturation.</p>
-<div class="layout-content-row">
- <div class="layout-content-col span-9">
+<div class="cols">
+ <div class="col-9">
<img src="{@docRoot}design/media/seekbar_example.png">
</div>
- <div class="layout-content-col span-4">
+ <div class="col-4">
<div class="vspace size-2">&nbsp;</div>
@@ -32,8 +32,8 @@ such as volume, brightness, or color saturation.</p>
</div>
-<div class="layout-content-row">
- <div class="layout-content-col span-9">
+<div class="cols">
+ <div class="col-9">
<img src="{@docRoot}design/media/seekbar_style.png">
<div class="figure-caption">
@@ -41,5 +41,5 @@ such as volume, brightness, or color saturation.</p>
</div>
</div>
- <div class="layout-content-col span-4">&nbsp;</div>
+ <div class="col-4">&nbsp;</div>
</div>