Commit a5460376ce2b99614610cf9c0d0ecad650b142a5

Authored by Pedro de Lyra Pereira
1 parent 27f06f15

Fixing heading's border bottom on manual's page

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
@@ -2938,7 +2938,6 @@ div.software-step-info div.current-step h3 { @@ -2938,7 +2938,6 @@ div.software-step-info div.current-step h3 {
2938 text-align: justify; 2938 text-align: justify;
2939 } 2939 }
2940 2940
2941 -#content .main-block #article #article-header,  
2942 #content .main-block #article .folder-content .item-info { 2941 #content .main-block #article .folder-content .item-info {
2943 border-top: none; 2942 border-top: none;
2944 border-bottom: 1px solid #ccc; 2943 border-bottom: 1px solid #ccc;
@@ -2982,3 +2981,7 @@ div.software-step-info div.current-step h3 { @@ -2982,3 +2981,7 @@ div.software-step-info div.current-step h3 {
2982 .action-cms-upload_files #content .main-block .icon-add:before{ 2981 .action-cms-upload_files #content .main-block .icon-add:before{
2983 display: none; 2982 display: none;
2984 } 2983 }
  2984 +
  2985 +li.folder-item:first-child {
  2986 + border-top: 1px solid #ccc;
  2987 +}