From 5687499245ffb862c6bf60f08f4b717312326d85 Mon Sep 17 00:00:00 2001 From: Michel Alonso Date: Mon, 26 May 2014 09:46:42 -0300 Subject: [PATCH] Extra quotes --- demo_files/includes/css/structure.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/demo_files/includes/css/structure.css b/demo_files/includes/css/structure.css index 0ace7c9..eb0d063 100644 --- a/demo_files/includes/css/structure.css +++ b/demo_files/includes/css/structure.css @@ -31,7 +31,7 @@ body {background:url(../images/site_bg.png) repeat #292929; text-align:center;} #sub_nav >li>ul>li {padding:2px 10px 4px; display:inline-block; width:100%; font-size:14px; font-style:italic;} #sub_nav >li>ul>li a {display:inline-block; width:90%; font-weight:normal;} -#sub_nav >li>ul>li:before {content:"\00bb\00a0";} /* "\00bb\00a0" = "» " Characters*/ +#sub_nav >li>ul>li:before {content:"\00bb\00a0";} /* "\00bb\00a0" = "� " Characters*/ #sub_nav >li>ul>li:hover {background:#069;} #sub_nav >li>ul>li:last-child {margin-bottom:2px;} @@ -67,7 +67,7 @@ body {background:url(../images/site_bg.png) repeat #292929; text-align:center;} width:60px; height:60px; padding:5px 5px 5px 15px; top:0; right:0; border-bottom-left-radius:80px; border-top-left-radius:3px; border-bottom-right-radius:5px; background:-webkit-radial-gradient(top right, ellipse cover, #fefcea 0%, #fc0 100%); - color:#333; text-align:center; overflow:hidden;" + color:#333; text-align:center; overflow:hidden; } /* Content Wraps --------------------------------------------------------------------------------------------------------------------------------------------- */ @@ -214,4 +214,4 @@ span.tooltip_trigger:after {content:"\2020"; vertical-align:7px; font-size:70%; /* Messages --------------------------------------------------------------------------------------------------------------------------------------------------- */ #message {margin-bottom:10px; border:2px solid #333; font-size:18px; font-weight:bold; text-align:center;} #message .status_msg {margin:0; padding:5px; background-color:#DF7;} -#message .error_msg {margin:0; padding:5px; background-color:#FAA;} \ No newline at end of file +#message .error_msg {margin:0; padding:5px; background-color:#FAA;}