Browse Source

Added pointer cursor to ids, to show clickability

Conflicts:
	stylesheets/style.css
pull/40/head
anonfagola 10 years ago
committed by czaks
parent
commit
cbe12019c4
  1. 10
      stylesheets/style.css

10
stylesheets/style.css

@ -900,6 +900,16 @@ pre {
overflow:auto;
}
.poster_id{
cursor: pointer;
}
code > pre {
/* Better code tags */
background:black;
max-width:inherit;
}
code > pre > span.pln {
color: grey;
}

Loading…
Cancel
Save