Commit 03bb70e6247f0ad8b280dbacc9c4ef250579d686
1 parent
7aacfa6f
Exists in
pkg_fixes
Title of the Softwares Home Page
Signed-off-by: Álvaro Fernando <alvarofernandoms@gmail.com> Signed-off-by: Peter Lima <peterlima@gmail.com>
Showing
1 changed file
with
2 additions
and
6 deletions
Show diff stats
css/software-pages.css
| ... | ... | @@ -162,9 +162,9 @@ |
| 162 | 162 | .profile-homepage #article .article-body h4, |
| 163 | 163 | .profile-homepage #article .article-body h5, |
| 164 | 164 | .profile-homepage #article .article-body h6 { |
| 165 | - border-top: 1px solid #ECEDF1; | |
| 165 | + /* border-top: 1px solid #ECEDF1; | |
| 166 | 166 | border-bottom: none; |
| 167 | - padding-top: 25px; | |
| 167 | + padding-top: 25px; */ | |
| 168 | 168 | font-size: 18px; |
| 169 | 169 | } |
| 170 | 170 | |
| ... | ... | @@ -175,10 +175,6 @@ |
| 175 | 175 | font-size: 15px; |
| 176 | 176 | } |
| 177 | 177 | |
| 178 | -.profile-homepage #article .article-body hr { | |
| 179 | - display: none; | |
| 180 | -} | |
| 181 | - | |
| 182 | 178 | .profile-homepage #article .article-body ul { |
| 183 | 179 | background-repeat: no-repeat; |
| 184 | 180 | list-style-position: inside; | ... | ... |