diff --git a/css/software-pages.css b/css/software-pages.css index 72f2171..6054210 100644 --- a/css/software-pages.css +++ b/css/software-pages.css @@ -273,11 +273,16 @@ font-weight: bold; } -/* Repository block */ +/* Repository and Wiki blocks */ + +.template-default #content .box-3 .wiki-block, .template-default #content .box-3 .repository-block{ padding: 0 0 0 10px; } +.template-default .box-3 #bt_wiki, +.template-default .box-3 #bt_wiki:active, +.template-default .box-3 #bt_wiki:visited, .template-default .box-3 #bt_repositorio, .template-default .box-3 #bt_repositorio:active, .template-default .box-3 #bt_repositorio:visited{ @@ -290,7 +295,8 @@ position: relative; } -.template-default .box-3 #bt_repositorio::after{ +.template-default .box-3 #bt_wiki:after, +.template-default .box-3 #bt_repositorio:after{ margin-top: -2px; padding: 4px 0px 4px 2px; border-radius: 4px; @@ -305,6 +311,7 @@ content: url('../images/right-arrow.png'); } +.template-default .box-3 #content #bt_wiki:hover, .template-default .box-3 #content #bt_repositorio:hover{ color: #FFF; background: #2C66CE; -- libgit2 0.21.2