Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/css/textpattern.css

Issue 29741576: Noissue - Hid abp blog website field (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created April 3, 2018, 11 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/textpattern.css
===================================================================
--- a/static/css/textpattern.css
+++ b/static/css/textpattern.css
@@ -154,8 +154,13 @@
color: #888;
}
input[type="text"],
textarea
{
border: 1px solid rgb(238, 238, 238);
}
+
+#commentsTable tr:nth-child(4)
ire 2018/04/04 08:34:21 Suggest: Add a comment that explains what the 4th
+{
+ display: none;
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld