From d890ae5f02b93312370fcd3a9a720416d6948ec5 Mon Sep 17 00:00:00 2001 From: Arthur Del Esposte Date: Wed, 22 Apr 2015 12:48:46 +0000 Subject: [PATCH] Add style for highlight the current software step creation --- style.css | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) diff --git a/style.css b/style.css index 424f1ed..3a87ca3 100644 --- a/style.css +++ b/style.css @@ -2881,3 +2881,10 @@ body.action-embed-index { padding-right: 150px; } +div.software-step-info div.current-step h3 { + color: #F50054; +} + +#content .main-block div.software-step-info div.another-step h3 { + font-size: 12px !important; +} \ No newline at end of file -- libgit2 0.21.2