mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-27 23:38:07 +01:00
32 lines
516 B
CSS
32 lines
516 B
CSS
.blog-social {
|
|
margin-top: 30px;
|
|
}
|
|
.blog-social ul {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 10px 0;
|
|
clear: fix-legacy;
|
|
}
|
|
.blog-social ul > li {
|
|
float: left;
|
|
margin-right: 5px;
|
|
text-align: center;
|
|
height: 24px;
|
|
width: 24px;
|
|
border-radius: 3px;
|
|
background: #f4f4f4;
|
|
}
|
|
.blog-social ul > li:hover {
|
|
background: #f4f4f4;
|
|
}
|
|
.blog-social ul > li > a {
|
|
border-bottom: 0;
|
|
}
|
|
.blog-social ul > li > a > i {
|
|
color: #606060;
|
|
font-size: 14px;
|
|
line-height: 24px;
|
|
}
|
|
.blog-social ul > li:hover a > i {
|
|
color: #444;
|
|
} |