Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion css/puls4.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ nav .menu li a:hover{background:rgba(0,0,0,0.1)}
.posts .post{background:#fff;border-radius:0 0 .5em .5em;box-shadow:2px 2px 10px rgba(0,0,0,0.5);color:#7a7a7a;margin-bottom:.5em;}
.posts .post .acciones{border-top:3px solid #22bce0;padding:.5em;overflow:hidden;}
.posts .post .acciones .datos{float:right;}
.posts .post .acciones .datos .comentarios{background:#444;border-radius:3px;color:#fff;margin:0 1em 0 0;padding:2px 5px;text-decoration:none}
.posts .post .acciones .datos .comentarios{background:#444;border-radius:3px;color:#fff;margin:0 1em 0 0;padding:2px 5px;text-decoration:none;}
.posts .post .acciones .datos .comentarios:after{color:#444;content:"\e602";font-family:"iconitos";font-size:1em;position:relative;top:15px}
.posts .post .acciones .datos .estrellita{text-decoration:none;}
.posts .post .acciones .datos .estrellita:after{color:#fcb92d;content:"\e601";font-family:"iconitos";font-size:1.1em}
.posts .post .acciones .votos{float:left;}
Expand Down
8 changes: 8 additions & 0 deletions css/puls4.styl
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,14 @@ nav
margin 0 1em 0 0
padding 2px 5px
text-decoration none
&:after
color gris_oscuro
content "\e602"
font-family "iconitos"
font-size 1em
position relative
top 15px


.estrellita
text-decoration none
Expand Down