http://defect.opensolaris.org/bz/show_bug.cgi?id=19198
--- Comment #7 from Jan Friedel <[email protected]> 2012-03-29 15:38:52 UTC --- Proposal: diff -r 1684de046472 OpenGrok --- a/OpenGrok Wed Mar 21 19:21:48 2012 +0100 +++ b/OpenGrok Thu Mar 29 17:37:17 2012 +0200 @@ -242,7 +242,7 @@ # OPTIONAL: Web Site Look & Feel # (Options: default, offwhite and polished. # Note the quoting requirements) - #SKIN='-L "default"' + #SKIN='-L default' # OPTIONAL: Set Maximum Indexed Words Per File # Note, that you might run out of memory, then either increase JVM memory diff -r 1684de046472 web/default/style.css --- a/web/default/style.css Wed Mar 21 19:21:48 2012 +0100 +++ b/web/default/style.css Thu Mar 29 17:37:17 2012 +0200 @@ -446,10 +446,10 @@ #results .l, #more .l, #difftable i, del.d { /* line number/annotation block */ display: inline-block; - width: 5ex; + width: 6ex; text-align: right; - padding-right: 1ex; - margin-right: 0.2em; + padding: 0 1ex; + margin-right: .5ex; background-color: #dddddd; color: #666; } @@ -633,4 +633,4 @@ background-repeat: no-repeat; background-position: -459px 0; } -/* ############### end of footer ############## */ \ No newline at end of file +/* ############### end of footer ############## */ -- Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ opengrok-dev mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opengrok-dev
