From b3d3561b7e1ce09a86cb532fece3f4e68c78bf4d Mon Sep 17 00:00:00 2001 From: Daniel Kummer Date: Thu, 9 Aug 2012 12:52:39 +0200 Subject: [PATCH] update style --- css/style.css | 47 +++++++++++++++++++++++++++++++++++++++++++++-- index.html | 11 ++++++----- 2 files changed, 51 insertions(+), 7 deletions(-) diff --git a/css/style.css b/css/style.css index 1ee8379..8600d5d 100644 --- a/css/style.css +++ b/css/style.css @@ -28,7 +28,8 @@ footer { -webkit-box-shadow: 0px -5px 7px #8db7bd; -moz-box-shadow: 0px -5px 7px #8db7bd; background-color: #8db7bd; - border-top: 1px solid #698b91 + border-top: 1px solid #698b91; + position:relative; } h1 { @@ -130,7 +131,7 @@ code { .lines-small-end { width: 500px; - height: 464px; + height: 500px; background-repeat: repeat-y; background: url("../img/lines-small.png"); position: absolute; @@ -143,6 +144,7 @@ code { background-repeat: repeat-y; background: url("../img/lines-big.png"); position: absolute; + left: 697px; } @@ -176,6 +178,47 @@ code { } +.feature-publish { + display: inline-block; + background-repeat: no-repeat; + + background-color: rgba(173, 215, 223, 0.8); + border: 2px dashed #008098; + border-radius: 25px; + width: 500px; + height: 370px; + position: relative; + + + box-shadow: 5px 5px 7px #8db7bd; + -webkit-box-shadow: 5px 5px 7px #8db7bd; + -moz-box-shadow: 5px 5px 7px #8db7bd; + background-image: url('../img/feature-publish.png'); + background-position:center; + +} + +.feature-pull { + display: inline-block; + background-repeat: no-repeat; + + background-color: rgba(173, 215, 223, 0.8); + border: 2px dashed #008098; + border-radius: 25px; + width: 500px; + height: 370px; + position: relative; + z-index: 99; + + box-shadow: 5px 5px 7px #8db7bd; + -webkit-box-shadow: 5px 5px 7px #8db7bd; + -moz-box-shadow: 5px 5px 7px #8db7bd; + background-image: url('../img/feature-pull.png'); + background-position:center; + +} + + .hotfix-end { background-position: 0px 0px; } diff --git a/index.html b/index.html index 4610b60..69ed768 100644 --- a/index.html +++ b/index.html @@ -211,7 +211,7 @@
- publish feature +
@@ -230,7 +230,7 @@
- publish feature +
@@ -287,10 +287,11 @@ git flow release publish RELEASE +

(You can track a remote release with the
git flow release track RELEASE command)

-

(You can track a remote release with the
git flow release track RELEASE command)

+
@@ -323,10 +324,10 @@

Finish a hotfix

-

TODO

+

By finishing a hotfix it gets merged back into develp and master. Additionally the master merge ist tagged.

-
+