[openstreetmap/openstreetmap-website] Add microcosms to the website (#2390)

Tom Hughes notifications at github.com
Sun Oct 13 17:47:11 UTC 2019


tomhughes commented on this pull request.



> +  .when { color: #777; font-size: 120%; }
+  .attendees > a
+  {
+    display: block;
+    width: 8em;
+    height: 8em;
+    border: 1px solid #888;
+    border-radius: 4px;
+    float: left;
+    margin: 1em;
+    padding: 1em;
+    background-color: rgb(238, 238, 238);
+    box-sizing: border-box;
+    text-decoration: none;
+  }
+</style>

Yes SASS is fine and it can either go in there or you can create a new file in that directory.

It just can't be inline because our content security policy prohibits that. I'm surprised you didn't encounter that when testing to be honest.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/2390#discussion_r334288139
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20191013/328004a3/attachment.html>


More information about the rails-dev mailing list