Skip to content

Commit

Permalink
Added logo to the sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilshekhawat committed Mar 12, 2015
1 parent 046c858 commit d880ff5
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 363 deletions.
3 changes: 0 additions & 3 deletions _static/custom_style.css

This file was deleted.

2 changes: 0 additions & 2 deletions _static/pydy.css

This file was deleted.

344 changes: 0 additions & 344 deletions _theme/pydy/_static/main.css

This file was deleted.

2 changes: 0 additions & 2 deletions _theme/pydy/_static/pydy.css_t

This file was deleted.

7 changes: 2 additions & 5 deletions _theme/pydy/layout.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{% extends "basic/layout.html" %}

{% set theme_css_files = ['/_static/pydy.css','/_static/main.css',
{% set theme_css_files = ['/_static/main.css', '/_static/custom.css',
'http://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Gentium+Basic'] %}
{% set css_files = css_files + theme_css_files %}
{% set theme_globaltoc_depth = 5 %}
{% set script_files = script_files + ['/_static/js/main.js']%}
{% set script_files = script_files + ['/_static/main.js']%}
{%- block doctype -%}
<!DOCTYPE html>
{%- endblock %}
Expand Down Expand Up @@ -38,9 +38,6 @@
<div class="logo">
<img class="image"src="/_static/logo.svg">
</div>
<div class="title">
<p>PyDy</p>
</div>
</div>

<div class="nav-toc">
Expand Down
2 changes: 1 addition & 1 deletion _theme/pydy/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<header class="header">
<div class="container">
<ul>
<li><a href="http://pydy.org/index.html">Home</a></li>
<li id="pydy"><a href="http://pydy.org/index.html">Pydy</a></li>
<li>
<a href="https://github.com/pydy/pydy/wiki/Download-Installation">
Download
Expand Down
4 changes: 2 additions & 2 deletions source/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
div.floatleft {
width: 150px;
width: 30%;
float: left;
}
}
File renamed without changes
Loading

0 comments on commit d880ff5

Please sign in to comment.