Update layout, remove unused files

This commit is contained in:
Romain Neutron 2012-05-25 20:31:12 +02:00
commit f0d6756b5e
5 changed files with 20 additions and 29 deletions

View file

@ -111,8 +111,6 @@
<link rel="prev" title="{{ prev.title|striptags|e }}" href="{{ prev.link|e }}" /> <link rel="prev" title="{{ prev.title|striptags|e }}" href="{{ prev.link|e }}" />
{%- endif %} {%- endif %}
<!-- Use the .htaccess and remove these lines to avoid edge case issues. <!-- Use the .htaccess and remove these lines to avoid edge case issues.
More info: h5bp.com/i/378 --> More info: h5bp.com/i/378 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
@ -122,7 +120,6 @@
<!-- Mobile viewport optimized: h5bp.com/viewport --> <!-- Mobile viewport optimized: h5bp.com/viewport -->
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
<!-- Le styles --> <!-- Le styles -->
<link href="{{ pathto('_static/less/bootstrap.less', 1) }}" rel="stylesheet/less"> <link href="{{ pathto('_static/less/bootstrap.less', 1) }}" rel="stylesheet/less">
<style type="text/css"> <style type="text/css">
@ -131,13 +128,11 @@
padding-bottom: 40px; padding-bottom: 40px;
} }
</style> </style>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]> <!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]--> <![endif]-->
<!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons --> <!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons -->
<link rel="stylesheet" href="{{ pathto('_static/style.css', 1) }}"> <link rel="stylesheet" href="{{ pathto('_static/style.css', 1) }}">
@ -148,47 +143,41 @@
Modernizr enables HTML5 elements & feature detects for optimal performance. Modernizr enables HTML5 elements & feature detects for optimal performance.
Create your own custom Modernizr build: www.modernizr.com/download/ --> Create your own custom Modernizr build: www.modernizr.com/download/ -->
<script src="{{ pathto('_static/js/modernizr-2.5.3.min.js', 1) }}"></script> <script src="{{ pathto('_static/js/modernizr-2.5.3.min.js', 1) }}"></script>
<script src="{{ pathto('_static/js/less-1.3.0.min.js', 1) }}" type="text/javascript"></script> <script src="{{ pathto('_static/js/less-1.3.0.min.js', 1) }}" type="text/javascript"></script>
<link rel="stylesheet" href="{{ pathto('_static/bootstrapCustom.css', 1) }}">
<link rel="stylesheet" href="{{ pathto('_static/main.css', 1) }}"> <link rel="stylesheet" href="{{ pathto('_static/main.css', 1) }}">
</head> </head>
<body> <body>
<!-- Prompt IE 6 users to install Chrome Frame. Remove this if you support IE 6. <!-- Prompt IE 6 users to install Chrome Frame. Remove this if you support IE 6.
chromium.org/developers/how-tos/chrome-frame-getting-started --> chromium.org/developers/how-tos/chrome-frame-getting-started -->
<!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]--> <!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
<a href="https://github.com/alchemy-fr/PHP-FFmpeg/">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub">
</a>
<div class="navbar navbar-fixed-top"> <div class="navbar navbar-fixed-top">
<div class="navbar-inner"> <div class="navbar-inner">
<div class="container"> <div class="container">
<a class="brand" href="{{ pathto(master_doc) }}">{{ docstitle }}</a> <a class="brand" href="{{ pathto(master_doc) }}">{{ project }} documentation</a>
<div class="nav-collapse" id="navigation" class="related"> <!--<div class="nav-collapse" id="navigation" class="related">
{{ toctree(collapse=True, maxdepth=-1, titles_only=False) }} {{ toctree(collapse=True, maxdepth=-1, titles_only=False) }}
</div> </div>-->
</div> </div>
</div> </div>
<a href="https://github.com/alchemy-fr/PHP-FFmpeg/">
<img style="z-index:1200;position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub">
</a>
</div> </div>
<div role="main" class="container"> <div role="main" class="container">
<div class="row-fluid"> <div class="row-fluid">
<div class="span4"> <div class="span4">
<img src="{{ pathto('_static/img/ffmpeg.png', 1) }}"/>
{{ sidebar() }} {{ sidebar() }}
</div> </div>
<div class="span8"> <div class="span8">
{%- if next and prev == None %} {%- if prev == None %}
<div class="hero-unit"> <div class="hero-unit">
<h1>{{ docstitle }}</h1> <h1>{{ project }} documentation</h1>
<p> <p>
<!-- Your subtitle here--> <!-- Your subtitle here-->
</p> </p>

View file

@ -10,14 +10,6 @@ tt.literal{
font-weight:bold; font-weight:bold;
} }
h2{
margin: 15px 0 5px;
}
h3{
margin: 15px 0 10px;
}
a.headerlink { a.headerlink {
display:none; display:none;
} }

View file

@ -0,0 +1,7 @@
h2{
padding: 40px 0 5px;
}
h3{
padding: 40px 0 10px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -1,3 +1,6 @@
/** /**
* Here you write your customizations * Here you write your customizations
*/ */
body, html {
background-color:#CEC7CB;
}