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 38a60c8 commit de2f27a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/_static/larch_rtfd.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
width: 16px !important;
height: 16px !important;
content: "" !important;
background: url("_static/larch_favicon.png") no-repeat 0 2px !important;
background: url("larch_favicon.png") no-repeat 0 2px !important;
background-size: 100% !important;

}
Expand Down Expand Up @@ -64,7 +64,7 @@ div.body h6 { font-size: 80%; padding-left: 95px; }
height: 16px !important;
margin-right:5px !important;
content: "" !important;
background: url("_static/larch_favicon.png") no-repeat 0 2px !important;
background: url("larch_favicon.png") no-repeat 0 2px !important;
background-size: 100% !important;
}

Expand Down

0 comments on commit de2f27a

Please sign in to comment.