Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsiya <parsiya@gmail.com>2017-07-09 01:48:16 +0300
committerparsiya <parsiya@gmail.com>2017-07-09 01:49:06 +0300
commit40db5eeaeeb686e23ac766298ed07ac6eeb1c92a (patch)
tree3e6e090b38228d520e4130791bb78aa9312f4330
parent6dc45f71b3cdfd6d9584a9d58c155dd90e91f394 (diff)
Add borders to tables. Fixes #38
-rw-r--r--static/css/hugo-octopress.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/hugo-octopress.css b/static/css/hugo-octopress.css
index 96153a6..b19e212 100644
--- a/static/css/hugo-octopress.css
+++ b/static/css/hugo-octopress.css
@@ -2132,7 +2132,7 @@ table,
th,
td
{
- border-left: 1px solid black; /* remove the right border for when overflow happens */
+ border: 1px solid black;
padding: 3px;
}
th {