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

github.com/jsnjack/kraiklyn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYauhen Shulitski <jsnjack@gmail.com>2018-08-28 12:20:56 +0300
committerGitHub <noreply@github.com>2018-08-28 12:20:56 +0300
commit3fe6cbe1cfe6dbedf459f7ccd4604d3b535e28ab (patch)
treeda6413ab66b413b9edb3662508c0220e82166ab5
parentd3dc56d23e0371199ce496ebc5ec8bf89ac1ab62 (diff)
parent5a873de06ee5ff044ca7932b7d3228b6fa60b809 (diff)
Merge pull request #7 from peeyush31/master
updated css for table
-rw-r--r--static/css/styles.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/static/css/styles.css b/static/css/styles.css
index 74b7d3b..d9cc1ba 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -218,3 +218,15 @@ section code {
section img {
max-width: 100%;
}
+
+table {
+ border-collapse: collapse;
+}
+
+table,th, td {
+ border: 1px solid black;
+}
+
+td{
+ padding: 5px;
+}