[FFmpeg-devel] [PATCH 07/16] web/documentation: Anchors in the menu to the documentation
Clément Bœsch
u at pkh.me
Mon Jul 14 10:31:09 CEST 2014
From: db0company <db0company at gmail.com>
---
src/documentation | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/documentation b/src/documentation
index 97805a0..8fb7677 100644
--- a/src/documentation
+++ b/src/documentation
@@ -8,7 +8,7 @@
<div class="row">
<div class="col-md-6">
- <div class="well well-with-icon">
+ <div class="well well-with-icon" id="command-line">
<span class="pull-right"><i class="fa fa-5x fa-fw fa-terminal"></i></span>
<h3><strong>Command Line Tools Documentation</strong></h3>
<ul>
@@ -25,7 +25,7 @@
</div>
</div> <!-- col -->
<div class="col-md-6">
- <div class="well well-with-icon">
+ <div class="well well-with-icon" id="components">
<span class="pull-right"><i class="fa fa-5x fa-fw fa-sitemap"></i></span>
<h3><strong>Components Documentation</strong></h3>
<ul>
@@ -44,7 +44,7 @@
</div> <!-- row -->
<div class="row">
<div class="col-md-6">
- <div class="well well-with-icon">
+ <div class="well well-with-icon" id="libraries">
<span class="pull-right"><i class="fa fa-5x fa-fw fa-cogs"></i></span>
<h3><strong>Libraries Documentation</strong></h3>
<ul>
@@ -59,7 +59,7 @@
</div>
</div> <!-- col -->
<div class="col-md-6">
- <div class="well well-with-icon">
+ <div class="well well-with-icon" id="more">
<span class="pull-right"><i class="fa fa-5x fa-fw fa-file-text-o"></i></span>
<h3><strong>General Documentation</h2></strong></h3>
<ul>
--
2.0.1
More information about the ffmpeg-devel
mailing list