Commit ba524b88283bfddfa6efb3a224a1ce92f3339c81

Authored by Pedro de Lyra Pereira
Committed by Eduardo Vital
1 parent ef49cf8f
Exists in news_page_css

Fixing heading's border bottom on manual's page

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
style.css
... ... @@ -2964,7 +2964,6 @@ div.software-step-info div.current-step h3 {
2964 2964 text-align: justify;
2965 2965 }
2966 2966  
2967   -#content .main-block #article #article-header,
2968 2967 #content .main-block #article .folder-content .item-info {
2969 2968 border-top: none;
2970 2969 border-bottom: 1px solid #ccc;
... ... @@ -3008,3 +3007,7 @@ div.software-step-info div.current-step h3 {
3008 3007 .action-cms-upload_files #content .main-block .icon-add:before{
3009 3008 display: none;
3010 3009 }
  3010 +
  3011 +li.folder-item:first-child {
  3012 + border-top: 1px solid #ccc;
  3013 +}
... ...