Skip to content

Commit

Permalink
Merge pull request #333 from jinhanfromNUS/almost
Browse files Browse the repository at this point in the history
forth try
  • Loading branch information
Ty-stan0417 authored Apr 15, 2024
2 parents 7da27e6 + 5ed1a97 commit bc81b9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,9 @@ Tailored for fast typists, MyBookshelf can get your contact and borrowing manage
- If you have issues opening Terminal window, you can refer [here](https://discussions.apple.com/thread/366608?sortBy=best)

1. `cd` into the folder you placed `mybookshelf.jar` file in, and enter the following command to run the application.<br>
```
java -jar mybookshelf.jar
```

```
java -jar mybookshelf.jar
```
- You can refer to the image below.<br>
_Note_: _YOUR_USERNAME_ and _HOME_FOLDER_FOR_MYBOOKSHELF_ might be different from yours.<br>
![Ui](images/QuickStart/MacOS/jarmybookshelf.png)<br>
Expand Down
6 changes: 3 additions & 3 deletions docs/stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,13 @@ mark {
font-size: 1.7rem !important;
}
body {
font-size: 1.65rem !important;
font-size: 1.2rem !important;
}
.btn {
font-size: 1.65rem !important;
font-size: 1.2rem !important;
}
img {
zoom: 0.3; /* might not work on some browsers */
zoom: 0.4; /* might not work on some browsers */
}
}

Expand Down

0 comments on commit bc81b9d

Please sign in to comment.