Skip to content

Commit

Permalink
set img.badge css to have a width of auto (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
myuwono committed Feb 21, 2017
1 parent 2131ceb commit 5ca139b
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/_static/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
*
* Copyright 2017 Covata Limited or its affiliates
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/

img.badge {
width: auto;
}
21 changes: 21 additions & 0 deletions docs/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!--
~
~ Copyright 2017 Covata Limited or its affiliates
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
~
-->
{% extends "!layout.html" %}
{% block extrahead %}
<link href="{{ pathto("_static/style.css", True) }}" rel="stylesheet" type="text/css">
{% endblock %}
3 changes: 3 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,12 @@ license <http://www.apache.org/licenses/LICENSE-2.0.html>`__.
.. |Build Status|
image:: https://travis-ci.org/Covata/delta-sdk-python.svg?branch=master
:target: https://travis-ci.org/Covata/delta-sdk-python
:class: badge
.. |Coverage Status|
image:: https://coveralls.io/repos/github/Covata/delta-sdk-python/badge.svg
:target: https://coveralls.io/github/Covata/delta-sdk-python
:class: badge
.. |Documentation Status|
image:: https://readthedocs.org/projects/delta-sdk-python/badge/?version=latest
:target: http://delta-sdk-python.readthedocs.io/en/latest/?badge=latest
:class: badge

0 comments on commit 5ca139b

Please sign in to comment.