summaryrefslogtreecommitdiffstats
path: root/sass/partials/_post.scss
diff options
context:
space:
mode:
authorSkyArrow <tommy351@gmail.com>2012-01-24 14:54:06 +0100
committerSkyArrow <tommy351@gmail.com>2012-01-24 14:54:06 +0100
commit2d0d5648dfabe4f178736ba512efc5b7e3b3cd94 (patch)
tree60deebd130eeb65cae643ad72a7342105f68fd05 /sass/partials/_post.scss
parent1c574d24b7fdd482499fa9553c19342b6a4d391e (diff)
downloadoctopress-theme-jeyzu-2d0d5648dfabe4f178736ba512efc5b7e3b3cd94.zip
octopress-theme-jeyzu-2d0d5648dfabe4f178736ba512efc5b7e3b3cd94.tar.gz
layout
Diffstat (limited to 'sass/partials/_post.scss')
-rw-r--r--sass/partials/_post.scss21
1 files changed, 0 insertions, 21 deletions
diff --git a/sass/partials/_post.scss b/sass/partials/_post.scss
deleted file mode 100644
index b88812a..0000000
--- a/sass/partials/_post.scss
+++ /dev/null
@@ -1,21 +0,0 @@
-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