Mon, 24 May 2010 18:40:19 +0200
A few small fixes for the web browser.
Helpviewer/DownloadDialog.py | file | annotate | diff | comparison | revisions | |
Helpviewer/HTMLResources.py | file | annotate | diff | comparison | revisions |
--- a/Helpviewer/DownloadDialog.py Mon May 24 14:05:36 2010 +0200 +++ b/Helpviewer/DownloadDialog.py Mon May 24 18:40:19 2010 +0200 @@ -122,7 +122,6 @@ defaultFileName = self.__saveFileName(downloadDirectory) fileName = defaultFileName - baseName = QFileInfo(fileName).completeBaseName() self.__autoOpen = False if not self.__toDownload: res = QMessageBox.question(None,
--- a/Helpviewer/HTMLResources.py Mon May 24 14:05:36 2010 +0200 +++ b/Helpviewer/HTMLResources.py Mon May 24 18:40:19 2010 +0200 @@ -23,21 +23,22 @@ }} #box {{ background: white; - border: 1px solid lightgray; + border: 1px solid #85784A; width: 600px; padding: 60px; margin: auto; + -webkit-border-radius: 0.8em; }} h1 {{ font-size: 130%; font-weight: bold; - border-bottom: 1px solid lightgray; + border-bottom: 1px solid #85784A; margin-left: 48px; }} h2 {{ font-size: 100%; font-weight: normal; - border-bottom: 1px solid lightgray; + border-bottom: 1px solid #85784A; margin-left: 48px; }} ul {{