Skip to content
This repository was archived by the owner on Apr 16, 2022. It is now read-only.

Commit e662ee3

Browse files
committed
Add side-note to emphasis on "If things go wrong".
1 parent 9d0f1ea commit e662ee3

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

index.rst

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Welcome to PyInstaller official website
33
=============================================
44

5+
.. container:: sidenote bold
6+
7+
If you have problems to get your application running, please have a
8+
look at `If Things Go Wrong`_ and `How to Report Bugs`_, which will
9+
help us a lot on solving the bug.
10+
11+
512
PyInstaller is a program that converts (packages) Python programs into
613
stand-alone executables, under Windows, Linux, Mac OS X, Solaris and
714
AIX. Its main advantages over similar tools are that PyInstaller

website.css

+11
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,14 @@ h1, h2, h3, h4, h5, h6 {
4545
.bold {
4646
font-weight: bold;
4747
}
48+
49+
div.sidenote {
50+
background: #ffd none repeat scroll 0 0;
51+
border: 1px outset #ddc;
52+
clear: right;
53+
float: right;
54+
margin: 0 0 2em 1em;
55+
padding: 0.5em 1em;
56+
position: relative;
57+
width: 20%;
58+
}

0 commit comments

Comments
 (0)