doc: fix sphinx build

This commit is contained in:
Tomas Krizek 2018-02-26 15:39:49 +01:00
parent 8acc064d6a
commit aa02ae461f
No known key found for this signature in database
GPG key ID: 1859C8263905566C
6 changed files with 5 additions and 5 deletions

View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View file

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -39,31 +39,31 @@ div.admonition-todo {
}
div.warning {
background-image: url('icons/admon_warning_48.png');
background-image: url('admon_warning_48.png');
background-color: #FFE4E4;
border: solid 3px #990D1C;
}
div.caution {
background-image: url('icons/admon_caution_48.png');
background-image: url('admon_caution_48.png');
background-color: #FFE4E4;
border: solid 1px #990D1C;
}
div.important {
background-image: url('icons/admon_important_48.png');
background-image: url('admon_important_48.png');
background-color: #FBECC8;
border: solid 1px #D68612;
}
div.note {
background-image: url('icons/admon_note_48.png');
background-image: url('admon_note_48.png');
background-color: white;
border: solid 1px #D1D3D4;
}
div.tip {
background-image: url('icons/admon_tip_48.png');
background-image: url('admon_tip_48.png');
background-color: #F2E4FD;
border: solid 1px #D1C2E6;
}