From a56ceaed987a5b9e943a4afcb404d896861b76fd Mon Sep 17 00:00:00 2001 From: ArthurJahn Date: Tue, 8 Sep 2015 12:32:56 -0300 Subject: [PATCH] fixing wiki and repository blocks style --- css/software-pages.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/css/software-pages.css b/css/software-pages.css index 6054210..d6032ff 100644 --- a/css/software-pages.css +++ b/css/software-pages.css @@ -281,20 +281,22 @@ } .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{ +.template-default .box-3 #bt_repositorio { border-radius: 4px; padding: 12px 10px; background: #EAEBEE; + color: #2C66CE; font: normal normal bold 12px 'open_sansbold', arial, helvetica, sans-serif; text-transform: uppercase; display: block; position: relative; } +.template-default .box-3 #bt_wiki:hover, +.template-default .box-3 #bt_repositorio:hover { + color:#172738; +} + .template-default .box-3 #bt_wiki:after, .template-default .box-3 #bt_repositorio:after{ margin-top: -2px; -- libgit2 0.21.2