Shifted post meta data to right side

This commit is contained in:
shashankmehta
2012-10-10 23:09:31 +05:30
parent 455992b674
commit ed3b55550b
2 changed files with 12 additions and 8 deletions

View File

@ -1,2 +1,7 @@
// This File is imported last, and will override other styles in the cascade
// Add styles here to make changes without digging in too much
.post .meta {
position: relative;
float: right;
top: 0px;
}