mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-06 13:37:24 +01:00
Use same styling for ToC heading & info panel heading
This commit is contained in:
parent
1e9629051f
commit
9fceb27952
@ -94,7 +94,7 @@ h2 {
|
||||
margin: 5px 8px 8px 8px;
|
||||
}
|
||||
|
||||
#about {
|
||||
.heading {
|
||||
font-size: 2em;
|
||||
margin: 6px 0px 12px 0px;
|
||||
}
|
||||
|
@ -20,7 +20,7 @@
|
||||
</div>
|
||||
|
||||
<nav class="sidebar">
|
||||
<h2>Table of Contents</h2>
|
||||
<h2 class="heading">Table of Contents</h2>
|
||||
<p class="link"></p>
|
||||
<a href="#about"><div class="contents-list">About this resource</div></a>
|
||||
<a href="#basics"><div class="contents-list">FFmpeg basics</div></a>
|
||||
@ -47,7 +47,7 @@
|
||||
|
||||
<div class="content">
|
||||
<div class="well">
|
||||
<h2 id="about">About ffmprovisr</h2>
|
||||
<h2 class="heading">About ffmprovisr</h2>
|
||||
<span class="intro-lead">Making FFmpeg Easier</span>
|
||||
<p>FFmpeg is a powerful tool for manipulating audiovisual files. Unfortunately, it also has a steep learning curve, especially for users unfamiliar with a command line interface. This app helps users through the command generation process so that more people can reap the benefits of FFmpeg.</p>
|
||||
<p>Each button displays helpful information about how to perform a wide variety of tasks using FFmpeg. To use this site, click on the task you would like to perform. A new window will open up with a sample command and a description of how that command works. You can copy this command and understand how the command works with a breakdown of each of the flags.</p>
|
||||
|
Loading…
Reference in New Issue
Block a user