summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-11-09 14:22:27 -0300
committerJorge Arellano Cid <jcid@dillo.org>2009-11-09 14:22:27 -0300
commit67cab0ec64e4b66793675f8e83c4820c5dbd9be3 (patch)
tree5147569d15891d017d6b669b188e615befbfcc50
parentb0db7451bffd7d52bf908aabebd5a0d5b94b3b97 (diff)
parent9e2760ed2439a1e93f29a2c791e409aea7434787 (diff)
merge
-rw-r--r--src/IO/dpi.c2
-rw-r--r--src/css.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/IO/dpi.c b/src/IO/dpi.c
index 10fdaf69..5834ab0f 100644
--- a/src/IO/dpi.c
+++ b/src/IO/dpi.c
@@ -528,7 +528,7 @@ static int Dpi_blocking_start_dpid(void)
* TODO: here we should use the credentials in ~/.dillo/dpid_comm_keys
* (dpid port and password).
*/
-int Dpi_get_server_port(const char *server_name)
+static int Dpi_get_server_port(const char *server_name)
{
int sock_fd, dpi_port = -1;
int dpid_port, ok = 0;
diff --git a/src/css.cc b/src/css.cc
index bec94728..617de1dc 100644
--- a/src/css.cc
+++ b/src/css.cc
@@ -581,7 +581,7 @@ void CssContext::buildUserAgentStyle () {
"sup {vertical-align: super}"
"s, strike, del {text-decoration: line-through}"
"table {border-style: outset; border-spacing: 1px}"
- "td {border-style: inset; padding: 2px}"
+ "td, th {border-style: inset; padding: 2px}"
"thead, tbody, tfoot {vertical-align: middle}"
"th {font-weight: bolder; text-align: center}"
"code, tt, pre, samp, kbd {font-family: monospace}";