Skip to content

Commit

Permalink
Adds spacing between bulletpoint and translation contributor's name a…
Browse files Browse the repository at this point in the history
…t small resolutions
  • Loading branch information
NicolasFlamel1 committed Apr 29, 2023
1 parent 2956b5a commit c58c05d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion public_html/backend/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
const VERSION_NUMBER = "2.0.0";

// Version release date
const VERSION_RELEASE_DATE = "29 Apr 2023 01:21:00 UTC";
const VERSION_RELEASE_DATE = "29 Apr 2023 09:22:00 UTC";

// Version changes
const VERSION_CHANGES = [
Expand Down
4 changes: 2 additions & 2 deletions public_html/backend/resources.php
Original file line number Diff line number Diff line change
Expand Up @@ -1299,10 +1299,10 @@
"Checksum" => "xrlfUeqc9EIcXeWCUYozrJSCCpJbGSO+2XJgzH+RErsFp+7VfJFVPb9FriaQ4F3SXDp/7qkA1oxwgAdUEluVCg=="
],
"./styles/about_section.css" => [
"Version" => 36,
"Version" => 38,
"Cache" => TRUE,
"Minified" => FALSE,
"Checksum" => "wR2Zua270k4GIV9V1X8zq8/Bx5ZmVfeMGquled3J4/YqqojUuwMF8XRVjQCZomgq/bzJylHSRrjgf4diKZ0b7w=="
"Checksum" => "qiXWVTTL+zwSXd/WRN8qMNcDmBFDIRtugPyobx8Q1mDtpGD3Nj7GD70t68xBDK8OiHedD9UfOJSC8BjH0LkaYQ=="
],
"./styles/transaction_section.css" => [
"Version" => 3,
Expand Down
4 changes: 2 additions & 2 deletions public_html/styles/about_section.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ main > div.unlocked > div > div > div.sections > div > div.about > div > div.att
list-style-type: "•";
}

main > div.unlocked > div > div > div.sections > div > div.about > div > div > ul > li > span {
padding-left: 0.55em;
main > div.unlocked > div > div > div.sections > div > div.about > div > div > ul > li > span, main > div.unlocked > div > div > div.sections > div > div.about > div > div > ul > li > a {
margin-left: 0.55em;
}
}

Expand Down

0 comments on commit c58c05d

Please sign in to comment.