From 5178c623e6f0318f2554dece4bf8091ea3f891cf Mon Sep 17 00:00:00 2001 From: Tilen Majerle Date: Sat, 18 Jul 2020 21:43:20 +0200 Subject: [PATCH] Style update --- docs/index.rst | 2 +- docs/static/css/common.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 804bc8e..8e73efd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,7 +8,7 @@ LwMEM is lightweight dynamic memory manager optimized for embedded systems. .. rst-class:: center .. rst-class:: index_links - :ref:`download_library` · :ref:`getting_started` · `Open Github `_ + :ref:`download_library` :ref:`getting_started` `Open Github `_ Features ^^^^^^^^ diff --git a/docs/static/css/common.css b/docs/static/css/common.css index b9f0278..abf6e75 100644 --- a/docs/static/css/common.css +++ b/docs/static/css/common.css @@ -12,6 +12,7 @@ display: inline-block; border: 1px solid #0E4263; padding: 5px 20px; + margin: 2px 5px; background: #2980B9; border-radius: 4px; color: #FFFFFF; @@ -20,6 +21,7 @@ background: #0E4263; } +/* Table header p w/0 margin */ .index-links a table thead th { vertical-align: middle; }