- From: Anssi Kostiainen <notifications@github.com>
- Date: Thu, 26 Oct 2017 02:55:34 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 26 October 2017 09:55:57 UTC
anssiko commented on this pull request.
> @@ -84,6 +84,9 @@
license: "w3c-software-doc",
};
</script>
+ <style>
+ table#linking-table, table#linking-table th, table#linking-table td { border: 1px solid #000; }
If we are not fixated on that HTML4-era table look, we can use `complex table` class and add `<thead>` and `<tbody>`. I pushed an update with a more modern look using base.css classes.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/625#discussion_r147095309
Received on Thursday, 26 October 2017 09:55:57 UTC