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

Unified Diff: static/css/main.css

Issue 29747647: Noissue - Document best practice for formatting multiline statements in Python (Closed)
Patch Set: Incorporate Julian's suggestions Created April 12, 2018, 12:38 p.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 | « pages/coding-style.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/main.css
===================================================================
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -797,8 +797,13 @@
margin-top: -60px;
margin-left: -40px;
}
.hide-disclaimer .video-play
{
margin-top: -40px;
}
+
+.hide
+{
+ display: none;
Sebastian Noack 2018/04/14 00:41:04 Can't we just use use the "hidden" HTML attribute:
juliandoucette 2018/04/14 13:17:42 The `hidden` attribute is not meant to be used in
Sebastian Noack 2018/04/14 13:24:30 Interesting. Then LGTM from my side. (Any reason y
+}
« no previous file with comments | « pages/coding-style.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld