Created
May 19, 2012 05:41
-
-
Save L42y/2729420 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:css | |
.short-intro { | |
margin-left: 90px; | |
} | |
.verified { | |
.name { | |
padding-right: 20px; | |
background: url(v.png) 50% 100% no-repeat; | |
} | |
} | |
.count { | |
.following { | |
float: left; | |
} | |
.follower { | |
float: right; | |
} | |
} | |
.box | |
%h3 新浪微博账号 | |
.p-info.verified.clearfix | |
%img{:src => '//placehold.it/75'} | |
.short-intro | |
%strong.name GETvision | |
%p bla, bla, bla, bla | |
.count.clearfix | |
%span.following 关注:1280 | |
%span.follower 粉丝:4580 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment