Jakub Narebski <jnareb@xxxxxxxxxxxxxxxxxxx> writes: > From: Jakub Narebski <jnareb@xxxxxxxxx> > > Fix regression introduced by > commit 17d07443188909ef5f8b8c24043cb6d9fef51bca. > > "a.list" being "bold", makes a myriad of things shown by > gitweb in bold font-weight, which is a regression from > pre-17d07443188909ef5f8b8c24043cb6d9fef51bca behavior. > > The fix is to add "subject" class and use this class > to replace pre-format_subject_html formatting of subject > (comment) via using (or not) <b>...</b> element. This > should go back to the pre-17d0744318... style. > > Regression noticed by Luben Tuikov. > > Signed-off-by: Jakub Narebski <jnareb@xxxxxxxxx> > Signed-off-by: Luben Tuikov <ltuikov@xxxxxxxxx> > --- I haven't seen an Ack from Luben for the proposed renaming of the class, although I very much like naming things for what they mean (i.e. "subject"), not what they do (i.e. "bold") myself. It might be worthwhile to do a full sweep of the pages we generate and identify what classes we would want. I have a feeling that we overuse a.list for example -- they are all in some form of list alright but they might benefit from a bit finer logical separatoin. One list is enumaration of refs and another is a chronological sequence of commits. Then people who would want to tweak the presentation would have an easier time changing only gitweb.css. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html