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

Unified Diff: scss/_content.scss

Issue 29646555: Issue 6210 - Implement Subscription (Double-opt-in) template for newsletter (Closed)
Patch Set: Update hgignore Created Dec. 21, 2017, 11:50 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
Index: scss/_content.scss
===================================================================
new file mode 100644
--- /dev/null
+++ b/scss/_content.scss
@@ -0,0 +1,9 @@
+/*******************************************************************************
+ * Content
+ ******************************************************************************/
+
+a
juliandoucette 2017/12/21 22:06:51 NIT: should be `.content a` if you are trying to b
ire 2017/12/22 10:33:26 I'm not using the .content class here. This should
juliandoucette 2017/12/22 13:32:23 You were at the time https://codereview.adblockplu
+{
+ text-decoration: underline;
+}
+

Powered by Google App Engine
This is Rietveld