feature(style) show only part of name is to long

This commit is contained in:
coderaiser 2014-02-24 04:01:55 -05:00
parent c694209d6c
commit 6fea849020

View file

@ -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 {