Skip to content

Commit

Permalink
css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Jan 2, 2015
1 parent ceacd69 commit af80512
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions doc/_static/elm_doc_style.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.fa-home::before, .icon-home::before {
display: inline-block;
width: 16px;
height: 16px;
content: "";
background: url("../_static/larch_favicon.png") no-repeat 0 2px;
background-size: 100%;
display: inline-block !important;
width: 16px !important;
height: 16px !important;
content: "" !important;
background: url("../_static/larch_favicon.png") no-repeat 0 2px !important;
background-size: 100% !important;

}

Expand Down Expand Up @@ -53,19 +53,19 @@ div.body h6 { font-size: 80%; padding-left: 95px; }

.wy-side-nav-search
{
background-color: rgb(101,0,122);
background-color: rgb(101,0,122) !important;
}


.wy-breadcrumbs li:first-child::before
{
display: inline-block;
width: 16px;
height: 16px;
margin-right:5px;
content: "";
background: url("../_static/larch_favicon.png") no-repeat 0 2px;
background-size: 100%;
display: inline-block !important;
width: 16px !important;
height: 16px !important;
margin-right:5px !important;
content: "" !important;
background: url("../_static/larch_favicon.png") no-repeat 0 2px !important;
background-size: 100% !important;
}

/*
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def __getattr__(cls, name):
# }

def setup(app):
app.add_stylesheet("elm_doc_style")
app.add_stylesheet("elm_doc_style.css")

# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
Expand Down

0 comments on commit af80512

Please sign in to comment.