xaizek / rocketgit (License: AGPLv3+) (since 2018-12-09)
Light and fast Git hosting solution suitable to serve both as a hub or as a personal code storage with its tickets, pull requests, API and much more.
Commit a8b0d79c365ed6f9eb4445ed0be0f7918978616c

Better color for bottom border of form titles
Author: xaizek
Author date (UTC): 2019-07-08 16:06
Committer name: xaizek
Committer date (UTC): 2019-07-08 16:07
Parent(s): ffa78b2ff133eed605391123d6acf29d370c5a70
Signing key: 99DC5E4DB05F6BE2
Tree: 64559413298ae51be1a868bd1419b38444b61eb0
File Lines added Lines deleted
root/themes/reversed.top/main.css 1 1
File root/themes/reversed.top/main.css changed (mode: 100644) (index 5f88b22..c5634b7)
... ... legend { padding: 0px 2pt; }
269 269 font-weight: bold; font-weight: bold;
270 270 font-size: 13pt; font-size: 13pt;
271 271 border: 0; border: 0;
272 border-bottom: 2px solid #f00;
272 border-bottom: 2px solid #e34;
273 273 } }
274 274
275 275 .wh_plugins_list {} .wh_plugins_list {}
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/rocketgit

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

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