diff options
author | SkyArrow <tommy351@gmail.com> | 2012-01-24 14:53:22 +0100 |
---|---|---|
committer | SkyArrow <tommy351@gmail.com> | 2012-01-24 14:53:22 +0100 |
commit | 1c574d24b7fdd482499fa9553c19342b6a4d391e (patch) | |
tree | 3381ce235c72044d6fa76243e9d6948c737a6e4f /sass/partials/_post.scss | |
download | octopress-theme-jeyzu-1c574d24b7fdd482499fa9553c19342b6a4d391e.zip octopress-theme-jeyzu-1c574d24b7fdd482499fa9553c19342b6a4d391e.tar.gz |
created
Diffstat (limited to 'sass/partials/_post.scss')
-rw-r--r-- | sass/partials/_post.scss | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sass/partials/_post.scss b/sass/partials/_post.scss new file mode 100644 index 0000000..b88812a --- /dev/null +++ b/sass/partials/_post.scss @@ -0,0 +1,21 @@ +article{ + .entry{ + footer{ + .cat{ + font-size: 13px; + position: relative; + padding-left: 25px; + &:before{ + font-family: $symbol; + padding-right: 10px; + position: absolute; + top: 0; + left: 0; + content: ","; + font-size: 14px; + @include user-select(none); + } + } + } + } +}
\ No newline at end of file |