Commit 19825b69f6bb14e320eea49318b07a374e8de83e

vimhelp.css: rm CSS for classes not generated
Author: Mr Alin
Author date (UTC): 2024-03-16 14:31
Committer name: Mr Alin
Committer date (UTC): 2024-03-16 14:31
Parent(s): c451c58097d60890c53bc6b3d633cac7519ba9b4
Signing key:
Tree: 5ef8a5568b6b732e877d271096699602250dc555
File Lines added Lines deleted
vimhelp.css 0 7
File vimhelp.css changed (mode: 100644) (index c032679..b92f736)
... ... body { font-family: georgia, palatino, serif }
5 5
6 6 pre { font-size: 11pt } pre { font-size: 11pt }
7 7
8 #d1 { position: relative; display: table; margin: 0 auto }
9 #d2 { position: absolute; top: inherit }
10
11 #sp { visibility: hidden; height: 1px; margin: 0 }
12
13 #footer { font-size: 85%; padding-top: 1em }
14
15 8 /* hidden links */ /* hidden links */
16 9 a.d:link, a.d:visited { color: rgb(0,0,0); text-decoration: none; } a.d:link, a.d:visited { color: rgb(0,0,0); text-decoration: none; }
17 10 a.d:active, a.d:hover { color: rgb(0,0,0); text-decoration: underline; } a.d:active, a.d:hover { color: rgb(0,0,0); text-decoration: underline; }
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