Added pointer cursor to ids, to show clickability
Conflicts: stylesheets/style.css
This commit is contained in:
parent
01ce31a516
commit
cbe12019c4
@ -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…
Reference in New Issue
Block a user