From 0a755efbe730df98d09d40b78cee44d1b3d0ca27 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Tue, 19 Jul 2022 13:09:17 +0200 Subject: [PATCH] changed width in content unic, mix i resultats to 30rem = 480px --- style.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index f12bed6..a8de902 100644 --- a/style.css +++ b/style.css @@ -198,7 +198,7 @@ li.news a:hover{background: transparent url('images/newshover.png') no-repeat 0 /* contingut */ #content.unic, #content.mix, #content.resultats { - width:45rem; + width:30rem; z-index:4; float:left; } @@ -366,9 +366,11 @@ ul.sub-menu li {text-transform: none!important;} ul.menu li.sola{display: block; margin-bottom:3px; text-transform: uppercase;} ul.menu li.especial a{color:#0000FF!important; font-weight:bold;} ul.menu li.unica a, ul.menu li.sola a{color:#4344ff!important; } -ul.menu li.negre a{color: #000000!important; - /* cursor: text; */ - text-decoration: none;} +ul.menu li.negre a{ + color: #000000!important; + /* cursor: text; */ + text-decoration: none; + } ul.menu li.negre a:hover,ul.menu li.negre a[href^="http://"]:hover,ul.menu li.negre a[href^="https://"]:hover,{ text-decoration:underline; }