- Commit
- 25a19b893f2c2156655322841c229dc63cf5dbbb
- Parent
- 300a2c1eae11a1fde5a19a88c5899d45a1a9eb9b
- Author
- Pablo <pablo-pie@riseup.net>
- Date
Restyled the tree file table
Removed the filesize column
Design documents for git.pablopie.xyz ✏️
Restyled the tree file table
Removed the filesize column
1 file changed, 10 insertions, 14 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | tree.html | 24 | 10 | 14 |
diff --git a/tree.html b/tree.html @@ -32,23 +32,19 @@ geodesics problem</p> </nav> <div class="table-container"> <table> -<colgroup> -<col /> -<col /> -</colgroup> <thead> -<tr><td>Name</td><td align="right">Size</td></tr> +<tr><td>Name</td></tr> </thead> <tbody> -<tr><td><a href="https://git.pablopie.xyz/global-analysis-and-the-banach-manifold-of-class-h1-curvers/file/.gitignore.html">.gitignore</a></td><td align="right">28L</td></tr> -<tr><td><a href="https://git.pablopie.xyz/global-analysis-and-the-banach-manifold-of-class-h1-curvers/file/LICENSE.html">LICENSE</a></td><td align="right">674L</td></tr> -<tr><td><a href="https://git.pablopie.xyz/global-analysis-and-the-banach-manifold-of-class-h1-curvers/file/README.md.html">README.md</a></td><td align="right">4L</td></tr> -<tr><td><a href="https://git.pablopie.xyz/global-analysis-and-the-banach-manifold-of-class-h1-curvers/file/main.tex.html">main.tex</a></td><td align="right">25L</td></tr> -<tr><td><a href="https://git.pablopie.xyz/global-analysis-and-the-banach-manifold-of-class-h1-curvers/file/preamble.tex.html">preamble.tex</a></td><td align="right">68L</td></tr> -<tr><td><a href="https://git.pablopie.xyz/global-analysis-and-the-banach-manifold-of-class-h1-curvers/file/references.bib.html">references.bib</a></td><td align="right">55L</td></tr> -<tr><td><a href="https://git.pablopie.xyz/global-analysis-and-the-banach-manifold-of-class-h1-curvers/file/sections/applications.tex.html">sections/applications.tex</a></td><td align="right">564L</td></tr> -<tr><td><a href="https://git.pablopie.xyz/global-analysis-and-the-banach-manifold-of-class-h1-curvers/file/sections/introduction.tex.html">sections/introduction.tex</a></td><td align="right">287L</td></tr> -<tr><td><a href="https://git.pablopie.xyz/global-analysis-and-the-banach-manifold-of-class-h1-curvers/file/sections/structure.tex.html">sections/structure.tex</a></td><td align="right">564L</td></tr> +<tr><td><a href="https://git.pablopie.xyz/global-analysis-and-the-banach-manifold-of-class-h1-curvers/file/.gitignore.html">.gitignore</a></td></tr> +<tr><td><a href="https://git.pablopie.xyz/global-analysis-and-the-banach-manifold-of-class-h1-curvers/file/LICENSE.html">LICENSE</a></td></tr> +<tr><td><a href="https://git.pablopie.xyz/global-analysis-and-the-banach-manifold-of-class-h1-curvers/file/README.md.html">README.md</a></td></tr> +<tr><td><a href="https://git.pablopie.xyz/global-analysis-and-the-banach-manifold-of-class-h1-curvers/file/main.tex.html">main.tex</a></td></tr> +<tr><td><a href="https://git.pablopie.xyz/global-analysis-and-the-banach-manifold-of-class-h1-curvers/file/preamble.tex.html">preamble.tex</a></td></tr> +<tr><td><a href="https://git.pablopie.xyz/global-analysis-and-the-banach-manifold-of-class-h1-curvers/file/references.bib.html">references.bib</a></td></tr> +<tr><td><a href="https://git.pablopie.xyz/global-analysis-and-the-banach-manifold-of-class-h1-curvers/file/sections/applications.tex.html">sections/applications.tex</a></td></tr> +<tr><td><a href="https://git.pablopie.xyz/global-analysis-and-the-banach-manifold-of-class-h1-curvers/file/sections/introduction.tex.html">sections/introduction.tex</a></td></tr> +<tr><td><a href="https://git.pablopie.xyz/global-analysis-and-the-banach-manifold-of-class-h1-curvers/file/sections/structure.tex.html">sections/structure.tex</a></td></tr> </tbody> </table> </div>