aboutsummaryrefslogtreecommitdiffstats
path: root/src/css
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-04-25 09:33:43 -0400
committergorhill <rhill@raymondhill.net>2015-04-25 09:33:43 -0400
commit782ea0a337aa887cad00f9b7300a64171d1e96ef (patch)
tree57418e4305e7896670501f219749fbeef6e504d8 /src/css
parent5197bf1a57a5954ad0da0937fb48dda00bf1f962 (diff)
downloaduBlock-782ea0a337aa887cad00f9b7300a64171d1e96ef.zip
uBlock-782ea0a337aa887cad00f9b7300a64171d1e96ef.tar.gz
uBlock-782ea0a337aa887cad00f9b7300a64171d1e96ef.tar.bz2
this fixes #123
Diffstat (limited to 'src/css')
-rw-r--r--src/css/devtool-log.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css/devtool-log.css b/src/css/devtool-log.css
index 1ae7a94..fad27ce 100644
--- a/src/css/devtool-log.css
+++ b/src/css/devtool-log.css
@@ -60,7 +60,7 @@ input:focus {
color: white;
text-align: center;
}
-#content table tr.docBoundary > td:nth-of-type(1) {
+#content table tr.docBoundary > td:first-child {
padding: 1em 0;
}
#content table tr.blocked {