Re: [FFmpeg-devel] [PATCH 01/16] web: Modernize with Bower, Bootstrap, LESS

2014-07-25 Thread db0 company
On Fri, Jul 25, 2014 at 4:42 PM, Peter Ross wrote: > On my phone the landing message is obscured: http://imgur.com/XJ3xb6A > (Shouldn't bootstrap scale the message to fit neatly on the screen?) > > Looks great otherwise. The margin I added doesn't come from bootstrap so it's not responsive. I lik

Re: [FFmpeg-devel] [PATCH 01/16] web: Modernize with Bower, Bootstrap, LESS

2014-07-25 Thread Peter Ross
On Mon, Jul 14, 2014 at 10:31:03AM +0200, Clément Bœsch wrote: > From: db0company > > The Makefile now installs external dependencies using Bower, such as > the web framework Bootstrap and the LESS CSS compiler, then compiles > the CSS files from the LESS sources before generating the HTML pages.

Re: [FFmpeg-devel] [PATCH 01/16] web: Modernize with Bower, Bootstrap, LESS

2014-07-20 Thread James Darnley
On 2014-07-20 15:07, Clément Bœsch wrote: > On Sun, Jul 20, 2014 at 12:59:58PM +0200, James Darnley wrote: >> On 2014-07-14 12:34, db0 company wrote: >>> On Mon, Jul 14, 2014 at 12:32 PM, James Darnley >>> wrote: On 2014-07-14 12:23, db0 company wrote: > On Mon, Jul 14, 2014 at 12:15 PM,

Re: [FFmpeg-devel] [PATCH 01/16] web: Modernize with Bower, Bootstrap, LESS

2014-07-20 Thread Clément Bœsch
On Sun, Jul 20, 2014 at 12:59:58PM +0200, James Darnley wrote: > On 2014-07-14 12:34, db0 company wrote: > > On Mon, Jul 14, 2014 at 12:32 PM, James Darnley > > wrote: > >> On 2014-07-14 12:23, db0 company wrote: > >>> On Mon, Jul 14, 2014 at 12:15 PM, James Darnley > >>> wrote: > Why are

Re: [FFmpeg-devel] [PATCH 01/16] web: Modernize with Bower, Bootstrap, LESS

2014-07-20 Thread James Darnley
On 2014-07-14 12:34, db0 company wrote: > On Mon, Jul 14, 2014 at 12:32 PM, James Darnley > wrote: >> On 2014-07-14 12:23, db0 company wrote: >>> On Mon, Jul 14, 2014 at 12:15 PM, James Darnley >>> wrote: Why are there so many empty files? >>> >>> All the *_js files are included to add ext

Re: [FFmpeg-devel] [PATCH 01/16] web: Modernize with Bower, Bootstrap, LESS

2014-07-14 Thread compn
On Mon, 14 Jul 2014 10:31:03 +0200 Clément Bœsch wrote: > From: db0company > > --- a/src/template_head2 > +++ b/src/template_head2 > + > + content="width=device-width,initial-scale=1.0"> > +

Re: [FFmpeg-devel] [PATCH 01/16] web: Modernize with Bower, Bootstrap, LESS

2014-07-14 Thread compn
On Mon, 14 Jul 2014 12:34:46 +0200 db0 company wrote: > On Mon, Jul 14, 2014 at 12:32 PM, James Darnley > wrote: > > On 2014-07-14 12:23, db0 company wrote: > >> On Mon, Jul 14, 2014 at 12:15 PM, James Darnley > >> wrote: > >>> Why are there so many empty files? > >> > >> All the *_js files are

Re: [FFmpeg-devel] [PATCH 01/16] web: Modernize with Bower, Bootstrap, LESS

2014-07-14 Thread db0 company
On Mon, Jul 14, 2014 at 12:32 PM, James Darnley wrote: > On 2014-07-14 12:23, db0 company wrote: >> On Mon, Jul 14, 2014 at 12:15 PM, James Darnley >> wrote: >>> Why are there so many empty files? >> >> All the *_js files are included to add extra javascript code at the >> end of the page. >> >>

Re: [FFmpeg-devel] [PATCH 01/16] web: Modernize with Bower, Bootstrap, LESS

2014-07-14 Thread James Darnley
On 2014-07-14 12:23, db0 company wrote: > On Mon, Jul 14, 2014 at 12:15 PM, James Darnley > wrote: >> Why are there so many empty files? > > All the *_js files are included to add extra javascript code at the > end of the page. > > For instance, the download page requires a bit of javascript to

Re: [FFmpeg-devel] [PATCH 01/16] web: Modernize with Bower, Bootstrap, LESS

2014-07-14 Thread db0 company
On Mon, Jul 14, 2014 at 12:15 PM, James Darnley wrote: > > On 2014-07-14 10:31, Clément Bœsch wrote: > > src/about | 2 - > > src/about_js | 0 > > src/about_title | 2 +- > > src/archive | 2 - > > src/archive_js

Re: [FFmpeg-devel] [PATCH 01/16] web: Modernize with Bower, Bootstrap, LESS

2014-07-14 Thread James Darnley
On 2014-07-14 10:31, Clément Bœsch wrote: > src/about | 2 - > src/about_js | 0 > src/about_title | 2 +- > src/archive | 2 - > src/archive_js| 0 > src/archive_title | 2 +- > src/bugrep