clkao / ep_author_neat

Use colored underline for authorship instead of background color
9 stars 8 forks source link

plugin is disabling line numbering #12

Open gitaeuber opened 11 years ago

gitaeuber commented 11 years ago

Hi Chia-liang,

this is the issue regarding the not shown line numbers when your great plugin is acitvated.

Thanks

micah commented 10 years ago

Yeah, I would like to not lose my line numbers too!

fjen commented 10 years ago

For a workaround, put this in static/custom/pad.css:

#sidedivinner > div {
font-size: 10px !important;
}
#sidedivinner > div:before {
margin-right: 3px;
}
usabilidoido commented 10 years ago

It would be nice to have the option to keep line numbers or at least disable the neat plugin from the pad and return to the default view.

jdeut commented 10 years ago

@fjen: Thank you for stating the workaround! Line numbers and author names are now shown side by side :)