diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -61,22 +61,22 @@ Delta has many features and is very customizable; please see the [user manual](h Code evolves, and we all spend time studying diffs. Delta aims to make this both efficient and enjoyable: it allows you to make extensive changes to the layout and styling of diffs, as well as allowing you to stay arbitrarily close to the default git/diff output. -<table> +<table align="center"> <tr> <td> <img width=400px src="https://user-images.githubusercontent.com/52205/86275526-76792100-bba1-11ea-9e78-6be9baa80b29.png" alt="image" /> <br> - <sub>delta with <code>line-numbers</code> activated</sub> + <p align="center"><sub>delta with <code>line-numbers</code> activated</sub></p> </td> </tr> </table> -<table> +<table align="center"> <tr> <td> <img width=800px src="https://user-images.githubusercontent.com/52205/87230973-412eb900-c381-11ea-8aec-cc200290bd1b.png" alt="image" /> <br> - <sub>delta with <code>side-by-side</code> and <code>line-numbers</code> activated</sub> + <p align="center"><sub>delta with <code>side-by-side</code> and <code>line-numbers</code> activated</sub></p> </td> </tr> </table> @@ -85,7 +85,7 @@ Here's what `git show` can look like with git configured to use delta: <br> -<table> +<table align="center"> <tr> <td> <img width=500px style="border: 1px solid black" |
