List of commits:
Subject Hash Author Date (UTC)
Changed content style of drop caps 06c5049d478ac4fc4ad881252064922d7ae25c83 bitvice 2015-12-08 06:27:17
Creted the book content page 672f59bccb826b1334541bca3f4e33d185cfc078 bitvice 2015-12-07 23:39:04
Fixed resources location due to iOS normalization d4d5c6bc35b1f693b4f0e3698f07eeb1c1760092 bitvice 2015-12-04 23:04:43
Normalize main html file for iOS cbe3abfaf4b31d5e60a8eedecd8c851d0d94c661 bitVice 2015-12-04 22:37:14
Created the chapter page 60f92b1deeb20212ae007daeac30eb81a9001c4c DiAngelo 2015-12-04 16:21:59
Created the main books list 8bb7f7ea7f9899f1899325c199026d069b2c78cc DiAngelo 2015-12-04 13:05:30
Created the Home screen 346d0ac674427f6ac93726971305bae9dccd9b0b bitvice 2015-12-03 22:26:22
Added gitignore 04d41132d541491ced51b2a616f3022956b50be5 Gabriel Balasz 2015-12-01 23:20:10
Initial structure 7edeb6fe242457e31b93445a7d821c078b0712a9 Gabriel Balasz 2015-12-01 23:18:58
Initial commit 68c7516c3ec73198c7bcbd8a3dd38bfd721e613c Gabriel Balasz 2015-12-01 22:42:34
Commit 06c5049d478ac4fc4ad881252064922d7ae25c83 - Changed content style of drop caps
Author: bitvice
Author date (UTC): 2015-12-08 06:27
Committer name: bitvice
Committer date (UTC): 2015-12-08 06:27
Parent(s): 672f59bccb826b1334541bca3f4e33d185cfc078
Signing key:
Tree: b28a8ba762eb4b6009c03853f58053834c359842
File Lines added Lines deleted
app/page-content.css 4 4
File app/page-content.css changed (mode: 100644) (index c8f5979..7a156d3)
44 44
45 45 .oContent .drop-caps { .oContent .drop-caps {
46 46 font-size: 300%; font-size: 300%;
47 line-height: 0.8em;
48 margin-right: 0.1em;
49 padding-bottom: 0.1em;
47 line-height: 1em;
48 margin-right: 0.1rem;
49 padding-bottom: 0.1rem;
50 50 text-transform: uppercase; text-transform: uppercase;
51 51 float: left; float: left;
52 52 position: relative; position: relative;
53 top: 4px;
53 top: .4rem;
54 54 color: #e20000 !important; color: #e20000 !important;
55 55 } }
56 56
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://rocketgit.com/user/bitvice/TexteLiturgice

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/bitvice/TexteLiturgice

Clone this repository using git:
git clone git://git.rocketgit.com/user/bitvice/TexteLiturgice

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