Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
d04649fa
Commit
d04649fa
authored
Jan 24, 2014
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add logo to docsite.
parent
4b801562
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
7 deletions
+8
-7
docsite/Makefile
+3
-3
docsite/_themes/srtd/layout.html
+2
-1
docsite/_themes/srtd/static/css/theme.css
+3
-3
No files found.
docsite/Makefile
View file @
d04649fa
...
@@ -6,9 +6,9 @@ all: clean docs
...
@@ -6,9 +6,9 @@ all: clean docs
docs
:
clean modules staticmin
docs
:
clean modules staticmin
./build-site.py
./build-site.py
cp
*
.ico htmlout/
-
(
cp
*
.ico htmlout/
)
cp
*
.jpg htmlout/
-
(
cp
*
.jpg htmlout/
)
cp
*
.png htmlout/
-
(
cp
*
.png htmlout/
)
viewdocs
:
clean staticmin
viewdocs
:
clean staticmin
./build-site.py view
./build-site.py view
...
...
docsite/_themes/srtd/layout.html
View file @
d04649fa
...
@@ -129,7 +129,8 @@
...
@@ -129,7 +129,8 @@
{# SIDE NAV, TOGGLES ON MOBILE #}
{# SIDE NAV, TOGGLES ON MOBILE #}
<nav
data-toggle=
"wy-nav-shift"
class=
"wy-nav-side"
>
<nav
data-toggle=
"wy-nav-shift"
class=
"wy-nav-side"
>
<div
class=
"wy-side-nav-search"
>
<div
class=
"wy-side-nav-search"
>
<a
href=
"{{ pathto(master_doc) }}"
class=
"icon icon-home"
>
{{ project }}
</a>
<!-- <a href="{{ pathto(master_doc) }}" class="icon icon-home"> {{ project }}</a> -->
<a
href=
"{{ pathto(master_doc) }}"
><img
src=
"http://cdn2.hubspot.net/hub/330046/file-445792629-png/ANSI_logotype_web_white.png"
style=
"width:214px;height:26px"
></a><br/>
{% include "searchbox.html" %}
{% include "searchbox.html" %}
</div>
</div>
...
...
docsite/_themes/srtd/static/css/theme.css
View file @
d04649fa
...
@@ -3938,11 +3938,11 @@ pre.literal-block {
...
@@ -3938,11 +3938,11 @@ pre.literal-block {
.wy-side-nav-search
img
{
.wy-side-nav-search
img
{
display
:
block
;
display
:
block
;
margin
:
auto
auto
0.809em
auto
;
margin
:
auto
auto
0.809em
auto
;
height
:
45
px
;
height
:
214
px
;
width
:
45
px
;
width
:
26
px
;
background-color
:
#2980b9
;
background-color
:
#2980b9
;
padding
:
5px
;
padding
:
5px
;
border-radius
:
100%
;
/* border-radius: 100%; */
}
}
.wy-side-nav-search
>
a
,
.wy-side-nav-search
.wy-dropdown
>
a
{
.wy-side-nav-search
>
a
,
.wy-side-nav-search
.wy-dropdown
>
a
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment