diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2008-08-21 09:49:58 +0800 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2008-08-21 09:49:58 +0800 |
commit | 78c0c95461d3792344366caf253034df36b544e3 (patch) | |
tree | ffca6e80f1ff9b9050ce3e7b0c684449546697d9 /htdocs | |
parent | c561ebe710d6e6a43aa4afc6c2036a215378ce87 (diff) | |
download | patchwork-78c0c95461d3792344366caf253034df36b544e3.tar patchwork-78c0c95461d3792344366caf253034df36b544e3.tar.gz |
Fix invalid border style
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/css/style.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/htdocs/css/style.css b/htdocs/css/style.css index 2d8d628..fad339f 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -109,7 +109,6 @@ table.patchlist td { table.patchlist td.patchlistfilters { background: #c0c0ff; - border-top: thin solid #; border-top: thin solid gray; border-bottom: thin solid black; font-size: smaller; |