diff --git a/css/style.css b/css/style.css index 49c7025..a03c33b 100644 --- a/css/style.css +++ b/css/style.css @@ -158,7 +158,7 @@ code { .lines-big { width: 300px; - height: 4140px; + height: 4315px; background-repeat: repeat-y; background: url("../img/lines-big.png"); position: absolute; diff --git a/index.html b/index.html index bf175e8..9f711c7 100644 --- a/index.html +++ b/index.html @@ -77,10 +77,10 @@
★ ★ ★
@@ -276,13 +276,15 @@Finishing a release is one of the big steps in git branching. It performs several actions:
git flow release finish RELEASE+
Don't forget to push your tags withgit push --tags