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 17a1930f1661392629f3787cdd0150e971496512

css: added warning_text class
Author: Catalin(ux) M. BOIE
Author date (UTC): 2017-06-25 07:56
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2017-06-25 07:56
Parent(s): bbb95d3a79ea686b3c145b532d072fc19c034297
Signing key:
Tree: cae6e8d4e2f5d4e4a80a919e4b097fdda22ba694
File Lines added Lines deleted
root/themes/default/main.css 4 0
File root/themes/default/main.css changed (mode: 100644) (index e84b46e..3bf91e7)
... ... legend { padding: 0px 2pt; }
452 452 color: #000; color: #000;
453 453 } }
454 454
455 .warning_text {
456 color: #f00;
457 }
458
455 459 .warning { .warning {
456 460 background-color: #ccc; background-color: #ccc;
457 461 border: 1px solid #f00; border: 1px solid #f00;
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