frantisek holop said: > i wouldnt say the priority is trivial... it is rather annoying. > could your patch make it to the ports at least?
Patch for port is inlined below. > more than a year and nobody cares? i suddenly lost a > lot of confidence in the quality of the dwb codebase :( IIRC this problem does not manifest itself with glibc. Given that dwb was born on forums of Archlinux, and that most of its users are Linux-only, I am not sure whether project actually have people with both commit bit and BSD test stand. -- Dmitrij D. Czarkoff Index: patches/patch-html_error_html =================================================================== RCS file: patches/patch-html_error_html diff -N patches/patch-html_error_html --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-html_error_html 25 Sep 2014 10:31:52 -0000 @@ -0,0 +1,18 @@ +$OpenBSD$ +--- html/error.html.orig Fri Mar 7 12:39:43 2014 ++++ html/error.html Thu Sep 25 12:29:52 2014 +@@ -22,12 +22,12 @@ body { + } + + #errorTitleText { +- font-size: 120%; ++ font-size: 120%%; + font-weight: bold; + } + + #errorMessageText { +- font-size: 80%; ++ font-size: 80%%; + } + + </style> Index: patches/patch-html_head_html =================================================================== RCS file: patches/patch-html_head_html diff -N patches/patch-html_head_html --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-html_head_html 25 Sep 2014 10:32:16 -0000 @@ -0,0 +1,73 @@ +$OpenBSD$ +--- html/head.html.orig Fri Mar 7 12:39:43 2014 ++++ html/head.html Thu Sep 25 12:29:52 2014 +@@ -15,7 +15,7 @@ + margin-left: auto; + margin-right: auto; + min-width: 600px; +- max-width : 90%; ++ max-width : 90%%; + border: 1px solid #999; + -webkit-border-radius: 10px; + padding: 30px; +@@ -25,13 +25,13 @@ + display: table; + margin-left: auto; + margin-right: auto; +- width: 95%; ++ width: 95%%; + color: #505050; + border-collapse: collapse; + } + textarea { + display:block; +- width:100%; ++ width:100%%; + margin-top: 10px; + } + tr > td { +@@ -57,7 +57,7 @@ + color: inherit; + font: inherit; + top:2px; +- width: 100%; ++ width: 100%%; + } + .dwb_table_cell_left { + position: relative; +@@ -67,7 +67,7 @@ + text-align: left; + padding-left: 5px; + border-bottom: 1px solid #ddd; +- width: 50%; ++ width: 50%%; + } + .dwb_table_cell_middle { + position: relative; +@@ -75,7 +75,7 @@ + padding-right: 10px; + font: italic 10px helvetica; + border-bottom: 1px solid #ddd; +- width: 45%; ++ width: 45%%; + } + .dwb_table_cell_right { + position: relative; +@@ -83,7 +83,7 @@ + padding-right: 10px; + text-align:right; + border-bottom: 1px solid #ddd; +- width: 5%; ++ width: 5%%; + } + .dwb_table_headline { + font: bold 12px helvetica; +@@ -95,7 +95,7 @@ + color: #000; + } + #dwb_headline { +- width: 98%; ++ width: 98%%; + margin-left: auto; + margin-right: auto; + margin-bottom: 30px; Index: patches/patch-html_info_html =================================================================== RCS file: patches/patch-html_info_html diff -N patches/patch-html_info_html --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-html_info_html 25 Sep 2014 10:33:00 -0000 @@ -0,0 +1,13 @@ +$OpenBSD$ +--- html/info.html.orig Fri Mar 7 12:39:43 2014 ++++ html/info.html Thu Sep 25 12:29:52 2014 +@@ -12,8 +12,8 @@ + <a href="dwb:cookies">Cookies</a> + </div> + <div id="dwb_table_container"> +- <table id="dwb_info_table" width="100%" border="0"> ++ <table id="dwb_info_table" width="100%%" border="0"> + %s + </table> + </div> + Index: patches/patch-html_local_html =================================================================== RCS file: patches/patch-html_local_html diff -N patches/patch-html_local_html --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-html_local_html 25 Sep 2014 10:34:08 -0000 @@ -0,0 +1,39 @@ +$OpenBSD$ +--- html/local.html.orig Fri Mar 7 12:39:43 2014 ++++ html/local.html Thu Sep 25 12:29:52 2014 +@@ -21,7 +21,7 @@ + padding: 30px; + } + #dwb_local_headline { +- width: 100%; ++ width: 100%%; + border-bottom: 1px solid #ddd; + } + #dwb_local_indexof { +@@ -34,14 +34,14 @@ + } + #dwb_local_filetable { + position: relative; +- width: 94%; +- margin: 3%; ++ width: 94%%; ++ margin: 3%%; + font: 400 11px monospace; + } + #dwb_local_table_header { + font: bold 12px helvetica; + text-align: left; +- width: 100%; ++ width: 100%%; + } + .dwb_local_regular a { + color : #000; +@@ -100,7 +100,7 @@ + </input> + </div> + </div> +- <div id="dwb_local_filetable" width="100%"> ++ <div id="dwb_local_filetable" width="100%%"> + <div class="dwb_local_table_row" id="dwb_local_table_header"> + <div class="dwb_local_header_permission">Permission </div> + <div class="dwb_local_header_link">Link</div>