diff --git a/public/stylesheets/css.css b/public/stylesheets/css.css index c8677cb5d..e54cd3af5 100644 --- a/public/stylesheets/css.css +++ b/public/stylesheets/css.css @@ -92,7 +92,7 @@ a:hover.ping_sub{ background:#14a8b9;} .recall_head img{ height:30px; width:30px;} .recall_head a:hover{border:1px solid #15bccf;} .recall_head img:hover{border:1px solid #15bccf;} -.recall_con{ float:left;color:#777777;max-width: 530px; margin-left:10px; } +.recall_con{ float:left;color:#777777;max-width: 530px;width: 90%; margin-left:10px; } .recall_con a{ color:#15bccf; } .ping_list{ margin-top:15px;}