Rename the h-card implementation to match up with the naming of h-feed and h-entry
This commit is contained in:
parent
4b7a8a7198
commit
3ff560e07e
5 changed files with 6 additions and 6 deletions
19
templates/mf2/h-card.cassius
Normal file
19
templates/mf2/h-card.cassius
Normal file
|
@ -0,0 +1,19 @@
|
|||
.card.h-card
|
||||
margin: 2em auto
|
||||
width: 22rem
|
||||
|
||||
ul.profiles
|
||||
list-style: none
|
||||
padding-left: 0
|
||||
margin-bottom: 0
|
||||
text-align: center
|
||||
> li
|
||||
display: inline-block
|
||||
margin-right: 5px
|
||||
&:last-child
|
||||
margin-right: 0
|
||||
|
||||
/* Provide a little extra space around the badges added by the
|
||||
* http://www.kevinmarks.com/distributed-verify.html script. */
|
||||
.verified, .unverified
|
||||
margin-right: 4px
|
Loading…
Add table
Add a link
Reference in a new issue