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 4f5d52ff6f87bb1dc48003337d42a6e3a2d98711

Fix the islands
Author: Catalin(ux) M. BOIE
Author date (UTC): 2015-07-13 20:18
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2015-07-13 20:18
Parent(s): 54bc4e25313e41a2c0c46f186dc44e9223b9e69e
Signing key:
Tree: 719d953f3b07bf3b0ac5ddef3c01357776be8e3f
File Lines added Lines deleted
root/themes/default/main.css 1 2
File root/themes/default/main.css changed (mode: 100644) (index 94dce67..216038c)
... ... legend { padding: 0px 2pt; }
474 474 .islands { .islands {
475 475 font-size: 13pt; font-size: 13pt;
476 476 width: 700px; width: 700px;
477 xxx-line-height: 115%;
478 477 } }
479 478
480 479 .island_row { .island_row {
481 display: table-row;
480 display: table;
482 481 } }
483 482
484 483 .island_cell { .island_cell {
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