From 6fea849020040c4eac5285454292e2ffd7761a4d Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 24 Feb 2014 04:01:55 -0500 Subject: [PATCH] feature(style) show only part of name is to long --- css/style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index d6323bbe..d497b034 100644 --- a/css/style.css +++ b/css/style.css @@ -293,9 +293,6 @@ a:hover, a:active { color : rgb(246, 224, 124); color : rgba(246, 224, 124, 0.56); font : 16px 'Fontello'; - width : 6%; - margin-left : 10px; - float : left; background-image: none; } @@ -305,8 +302,9 @@ a:hover, a:active { .name { float: none; - width: 100%; + width: 90%; font-size: 18px; + display: inline-block; } .directory::before {