Commit ed197897 by Nimisha Asthagiri

Undo inadvertent commits.

parent 406066ca
docs.edx.org
This is the Github-hosted branch of edx-platform that is behind
http://docs.edx.org
This source diff could not be displayed because it is too large. You can view the blob instead.
/* Space out content a bit */
body {
padding-top: 20px;
padding-bottom: 20px;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
padding-left: 15px;
padding-right: 15px;
}
/* Custom page header */
.header {
border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
margin-top: 0;
margin-bottom: 0;
line-height: 40px;
padding-bottom: 19px;
}
/* Custom page footer */
.footer {
padding-top: 19px;
color: #777;
border-top: 1px solid #e5e5e5;
}
/* Customize container */
@media (min-width: 768px) {
.container {
max-width: 730px;
}
}
.container-narrow > hr {
margin: 30px 0;
}
/* Main marketing message and sign up button */
.jumbotron {
text-align: center;
border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
/* Supporting marketing content */
.marketing {
margin: 40px 0;
}
.marketing p + h4 {
margin-top: 28px;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
/* Remove the padding we set earlier */
.header,
.marketing,
.footer {
padding-left: 0;
padding-right: 0;
}
/* Space out the masthead */
.header {
margin-bottom: 30px;
}
/* Remove the bottom border on the jumbotron for visual effect */
.jumbotron {
border-bottom: 0;
}
}
/* ==========================================================================
Author's custom styles
========================================================================== */
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>edX | docs</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/jumbotron-narrow.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="jumbotron">
<h1>edX | docs</h1>
<p class="lead">
Documentation for the open source edX platform<br />
Designed for Developers and Course Authors
</p>
</div>
<div class="row marketing">
<div class="col-lg-12">
<h4>How we build docs</h4>
<p>
Our documentation is built with <a href="http://sphinx-doc.org/">Sphinx</a>
and hosted on <a href="https://readthedocs.org/">ReadTheDocs</a>. We chose these tools
because of their open source nature and dedication to the Python community.
If you can write in <a href="http://docutils.sourceforge.net/rst.html">reStructuredText</a>
format (it's like Markdown), we would love contributions to our documentation.
</p>
<p>
To get started, choose your documentation path.
</p>
<p align="center">
<a class="btn btn-lg btn-info" href="http://edx.readthedocs.org/projects/devdata/en/latest/">I'm a Developer or a Researcher</a>
<a class="btn btn-lg btn-info" href="http://edx.readthedocs.org/projects/ca/en/latest/">I'm an Author</a>
</p>
</div>
<div class="footer">
<p>&copy; 2013 <a href="http://www.edx.org">edX</a>. All rights reserved.</p>
</div>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment