This commit is contained in:
2014-07-21 23:41:44 +05:30
parent e8252fbf16
commit 44a0dc2f98
13 changed files with 119 additions and 24 deletions

View File

@@ -32,10 +32,10 @@ a.linkbox, div.contentbox
padding:5px;
border-radius:$box-border-radius;
border: $box-border;
background: $box-background;
background: $box-background;
}
a.linkbox:hover
{
box-shadow: 1px 1px 2px 2px lightgray;
@@ -164,3 +164,12 @@ ul.linklist li a i{
vertical-align:middle;
margin-right:6px;
font-size:2em;}
span.linklist a {
padding:5px;
border-radius:$box-border-radius;
border: $box-border;
background: $box-background;
display:block;
float:left;
}