From 637d4ad741e38d1cbea5306cbe0de90d95f10d2f Mon Sep 17 00:00:00 2001 From: TomazMartins Date: Mon, 7 Sep 2015 16:35:01 -0300 Subject: [PATCH] Align text in FAQ page --- css/software-pages.css | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/css/software-pages.css b/css/software-pages.css index cba3e5b..864984d 100644 --- a/css/software-pages.css +++ b/css/software-pages.css @@ -25,7 +25,7 @@ #content #software-information-block-table #col-software-name b { font: normal normal normal 15px/21px arial, 'open_sansregular', helvetica, sans-serif; } - + /*** end of Software Header ***/ /*** Software Homepage ***/ @@ -171,12 +171,12 @@ list-style: inherit; } -/*** end of Software Homepage ***/ +/*** end of Software Homepage ***/ /*** Categories and Tags block ***/ #content .box-1 .categories-and-tags-block{ - border-top: 4px solid #2C4B6B; + border-top: 4px solid #2C4B6B; } #content .box-1 .categories-and-tags-block .block-title{ @@ -438,9 +438,12 @@ #content .main-block .article-body ul.etapas-publicacao li strong { margin-right: 6px; border-radius: 50%; - padding: 2px 8px; + padding: 1px; background: #333; + height: 24px; + width: 24px; color: #fff; + text-align: center; float: left; } @@ -454,6 +457,14 @@ font-size: 16px; } +#content .main-block .article-body .etapas-publicacao .etapas-publicacao-2 { + display: table-cell; +} + +#content .main-block .article-body .etapas-publicacao p { + margin: 0px 0 0 31px; +} + /* Manual page */ #content .main-block #article .folder-content .item-info { -- libgit2 0.21.2