diff --git a/css/style.css b/css/style.css index ee51e8c..aeb0f4a 100644 --- a/css/style.css +++ b/css/style.css @@ -63,6 +63,24 @@ p { color: #222438; } +h2 a { + text-decoration: none; + font-size: 60px; + font-weight: normal; + margin: 0; + margin-bottom: 25px; + text-shadow: 0 2px 1px #000; + color: #FFB000; + font-family: 'Sansita One', cursive; +} + +h2 a:hover { + text-decoration: none; +} + +h2 a:visited { + color: #FFB000; +} a, a:visited { color: #D92B00; @@ -92,7 +110,7 @@ blockquote { border-right: 2px solid #30334F; border-radius: 10px; padding: 5px 20px; - color:white; + color: white; font-family: menlo, monospace; } @@ -161,7 +179,7 @@ code { height: 52px; background: url("../img/lines-close.png"); position: relative; - left: 11px; + left: 11px; } .hotfix-end, .hotfix-start, .release-end, .release-start, .feature-end, .feature-start { diff --git a/index.html b/index.html index efd3d0f..81e369f 100644 --- a/index.html +++ b/index.html @@ -46,7 +46,7 @@ }(document, "script", "twitter-wjs");

efficient branching using git-flow by Vincent Driessen

-

translations: en - pt_BR

+

translations: en - Brazilian Portugues

@@ -80,7 +80,7 @@
-

Setup

+

Setup

-

Getting started

+

Getting started

Git flow needs to be initialized in order to customize your project setup.

★ ★ ★

@@ -137,7 +137,7 @@
-

Features

+

Features

  • Develop new features for upcoming releases
  • @@ -230,7 +230,7 @@
    -

    Make a release

    +

    Make a release

    • Support preparation of a new production release
    • @@ -283,7 +283,7 @@
    -

    Hotfixes

    +

    Hotfixes

    • Hotfixes arise from the necessity to act immediately upon an undesired state of a live production version @@ -329,7 +329,7 @@
      -

      Commands

      +

      Commands

      git-flow commands
      @@ -352,7 +352,7 @@