Skip to content

Commit

Permalink
fix padding
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Jan 3, 2019
1 parent 2f5179a commit 41a40ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
16 changes: 8 additions & 8 deletions assets/style.css
Expand Up @@ -8,8 +8,8 @@ body {
border-color: #FFC945;
color: #4A3606;
width: 80%;
margin: 2%;
padding: 4%;
margin: 2px;
padding: 4px;
border: solid 4px;
}

Expand All @@ -20,8 +20,8 @@ body {
display: block;
visibility: visible;
width: 80%;
margin: 2%;
padding: 4%;
margin: 2px;
padding: 4px;
border: solid 4px;
}

Expand All @@ -32,8 +32,8 @@ body {
display: block;
visibility: visible;
width: 80%;
margin: 2%;
padding: 4%;
margin: 2px;
padding: 4px;
border: solid 4px;
}

Expand All @@ -49,13 +49,13 @@ body {

img {
max-width: 80%;
margin: 2%;
margin: 2px;
border: solid 4px;
}

pre {
padding-left: 22px ;
text-indent: -22px ;
white-space: pre-wrap;
margin: 2%;
margin: 2px;
}
1 change: 0 additions & 1 deletion i2pbrowser-installer.nsi
Expand Up @@ -37,7 +37,6 @@ RequestExecutionLevel admin
!include nsis_includes/i2pbrowser-strrep.nsh
!include nsis_includes/i2pbrowser-mozcompat.nsi
!include nsis_includes/i2pbrowser-functions.nsi
;!include unzip/nsisunz/nsisunz_setup.nsi

!define MUI_FINISHPAGE_RUN
!define MUI_FINISHPAGE_RUN_TEXT "${LAUNCH_TEXT}"
Expand Down

0 comments on commit 41a40ba

Please sign in to comment.