summaryrefslogtreecommitdiffstats
path: root/sass/partials/_post.scss
diff options
context:
space:
mode:
authorSkyArrow <tommy351@gmail.com>2012-01-24 14:53:22 +0100
committerSkyArrow <tommy351@gmail.com>2012-01-24 14:53:22 +0100
commit1c574d24b7fdd482499fa9553c19342b6a4d391e (patch)
tree3381ce235c72044d6fa76243e9d6948c737a6e4f /sass/partials/_post.scss
downloadoctopress-theme-jeyzu-1c574d24b7fdd482499fa9553c19342b6a4d391e.zip
octopress-theme-jeyzu-1c574d24b7fdd482499fa9553c19342b6a4d391e.tar.gz
created
Diffstat (limited to 'sass/partials/_post.scss')
-rw-r--r--sass/partials/_post.scss21
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