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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #blog #posts 1 #blog #posts
2 { 2 {
3 margin-top: 1em; 3 margin-top: 1em;
4 } 4 }
5 5
6 #blog h1 a 6 #blog h1 a
7 { 7 {
8 color: inherit; 8 color: inherit;
9 } 9 }
10 10
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 .disabled 152 .disabled
153 { 153 {
154 color: #888; 154 color: #888;
155 } 155 }
156 156
157 input[type="text"], 157 input[type="text"],
158 textarea 158 textarea
159 { 159 {
160 border: 1px solid rgb(238, 238, 238); 160 border: 1px solid rgb(238, 238, 238);
161 } 161 }
162
163 #commentsTable tr:nth-child(4)
ire 2018/04/04 08:34:21 Suggest: Add a comment that explains what the 4th
164 {
165 display: none;
166 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld