Commit fce15e109172e69df919f73608a57fdb5153e60a

vimhelp.css: track down upstream commit before rm
Author: Mr Alin
Author date (UTC): 2024-03-15 15:29
Committer name: Mr Alin
Committer date (UTC): 2024-03-15 15:29
Parent(s): c034071526f191e2e21564b4d77971c68fc9192e
Signing key:
Tree: 5e7c529e96d4c549680c104c8c4d3d294348f8e1
File Lines added Lines deleted
vimhelp.css 1 1
File vimhelp.css changed (mode: 100644) (index 3c09161..c032679)
1 // Based on https://github.com/c4rlo/vimhelp/blob/master/static/vimhelp.css
1 // Based on https://github.com/c4rlo/vimhelp/blob/b0cab7cbac937cdda156efce0fa4d1b1d4b30ff6/static/vimhelp.css
2 2 // by Carlo Teubner <(first name) dot (last name) at gmail dot com>. // by Carlo Teubner <(first name) dot (last name) at gmail dot com>.
3 3
4 4 body { font-family: georgia, palatino, serif } body { font-family: georgia, palatino, serif }
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vimdoc2html

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vimdoc2html

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master